Showing 30 of 14311 results
Quality gates for spec-driven development: adversarial plan verification and structured code review.
Reviews and enriches story specifications with codebase-verified sub-tasks, architecture alignment, design simplification, and API test plans.
Specification-to-code compliance checker for blockchain audits with evidence-based alignment analysis
from mahidalhan/skilled-intelligence-marketplace
from Dexploarer/claudius-skills
Comprehensive SpiceDB development toolkit for designing permission models, generating schemas, implementing authorization, and testing
Produce a system design doc β components, data flow, decisions made, tradeoffs, failure modes. Not a list of options. An actual design with calls made. Use when asked for "system design for", "architect this", "how should we build", or "design the backend".
Find and fix performance bottlenecks β N+1 queries, missing indexes, sync bottlenecks, caching gaps. Use when asked "why is this slow", "performance issue", "optimize this endpoint", or "N+1 queries".
Backend reconnaissance β map all routes, middleware, models, dependencies, auth, and assess code quality for project takeover. Use when asked to "understand this backend", "map the API", or "assess code quality".