Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Backend architecture patterns, API design, database optimization, and server-side best practices. Use when building APIs, services, or server-side functionality.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Backend architecture patterns, API design, database optimization, and server-side best practices. Use when building APIs, services, or server-side functionality.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or…
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Debug getServerSideProps and getStaticProps errors in Next.js. Use when: (1) Page shows generic error but browser console is empty, (2) API routes return 500 with no details, (3) Server-side code fails silently, (4) Error only occurs on refresh not client navigation. Check terminal/server logs instead of browser for…
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Fix Prisma "Too many connections" and connection pool exhaustion errors in serverless environments (Vercel, AWS Lambda, Netlify). Use when: (1) Error "P2024: Timed out fetching a new connection from the pool", (2) PostgreSQL "too many connections for role", (3) Database works locally but fails in production…
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Detect and resolve TypeScript/JavaScript circular import dependencies. Use when: (1) "Cannot access 'X' before initialization" at runtime, (2) Import returns undefined unexpectedly, (3) "ReferenceError: Cannot access X before initialization", (4) Type errors that disappear when you change import order, (5) Jest/Vitest…
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development. Use when writing any code to ensure consistent quality.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Validates that generated skills, agents, and hooks are production-ready before use. Scores components against quality criteria and grades them A-F. Triggers: validate component, quality check, production ready, component validation, skill quality, agent quality, hook quality, phase 6.5.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Database design patterns, SQL best practices, ORM usage (Prisma/Drizzle), and migration strategies. Use when designing schemas, writing queries, or optimizing database operations.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Template skill demonstrating the MCP Code Execution pattern for 98%+ token efficiency. Use this as a reference when creating skills that interact with MCP servers. Triggers: mcp, code execution, token efficient, tool wrapper, external api.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Analyzes project requirements to identify missing skills and automatically creates them. Enforces MCP Code Execution pattern for skills that use external tools. This skill should be used when starting a new project to ensure all required skills exist.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Ensures Spec-Kit-Plus workflow is properly initialized before autonomous builds. Use when: (1) /sp.autonomous fails to create directories, (2) .specify/ or .claude/ is missing, (3) starting a fresh project, (4) "directory not found" errors during workflow. Provides directory structure creation and template copying…
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Comprehensive testing patterns for Jest, Vitest, Playwright, and React Testing Library. Use when writing unit tests, integration tests, or E2E tests.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Manages workflow state persistence and session recovery for sp.autonomous. Tracks phase progress, feature completion, and provides resume capability. Triggers: workflow state, session recovery, resume autonomous, progress tracking.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Skill Claude CodeCodex
Quality Gate Teacher for Spec-Kit-Plus workflow. Acts as a strict reviewer that validates quality (not just existence) of each phase's output before allowing progression. Generates detailed reports and grades work like a teacher. Triggers: validate, quality gate, phase check, workflow status, q-status.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
MCP server "context7" as configured in Wania-Kazmi/claude-code-autonomous-agent-workflow. Runs locally from the @context7/mcp-server npm package.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.
Wania-Kazmi/claude-code-autonomous-agent-workflow
MCP server Claude CodeCodexCursor +2
Lets the agent scrape, crawl and search the web through Firecrawl, returning clean markdown. Runs locally from the firecrawl-mcp npm package. Needs 1 environment variable to run.
Wania-Kazmi/claude-code-autonomous-agent-workflow
Instructions file
Claude Code instructions for Wania-Kazmi/claude-code-autonomous-agent-workflow, covering production-ready claude code configuration, quick reference: available commands, autonomous workflow, spec-kit-plus commands (feature workflow) and development commands.