systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when creating a new skill - copy this template and customize.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when creating a new skill - copy this template and customize.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when adding a new REST API endpoint - router, service, repository, schema, tests "Step-by-step guide to add a new REST API endpoint (FastAPI + SQLAlchemy + Pydantic)".
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when adding a new page to the React frontend - routing, component, state, API integration "Step-by-step guide to add a new page in the React frontend (UI template)".
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Patterns and templates for implementing A2A agents and MCP Servers. Read when implementing an agent, MCP Server, Orchestrator, or pipeline.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Backend development patterns and rules. Read when implementing new code. Highly concise to save tokens.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when starting any creative work - creating features, designing architecture, planning refactors. Explores requirements and design before implementation.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when creating or running database migrations - Alembic, SQLAlchemy, schema changes "Step-by-step guide to create and run database migrations (Alembic + SQLAlchemy)".
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Database access patterns. Read when working with models, repositories, migrations.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Frontend development patterns and rules. Read when implementing new code. Highly concise to save tokens.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Patterns and templates for infra development. Read when configuring Docker, CI/CD, servers.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when profiling for performance bottlenecks - N+1 queries, missing indexes, unnecessary re-renders, large bundles, missing caching, synchronous I/O, unbounded data fetches.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when starting a new project from the starter kit - fills context, adapts roles, creates initial spec.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Enterprise-level Python coding standards (Principal/Staff level). Read when implementing any Python code. Enforces patterns used at Anthropic, Meta, ElevenLabs tier engineering.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when scanning for security vulnerabilities - hardcoded secrets, SQL injection, XSS, CSRF, auth bypass, path traversal, SSRF, missing rate limiting, insecure error handling.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when finishing a work session - proposes new gotchas, patterns, context updates, and skill improvements based on work done.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
File management and storage patterns. Read when working with uploads, file generation, documents.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when auditing UI for accessibility and UX issues - ARIA labels, keyboard navigation, color contrast, loading states, empty states, form validation, responsive behavior.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when writing or updating E2E tests in Playwright - POM, fixtures, assertions, Docker.
systemowiec/ai-agents-workspace-starter
Skill Claude CodeCodex
Use when writing or updating Python tests - pytest, factory-boy, test isolation, edge cases "Step-by-step guide to write and run Python tests (pytest + factory-boy)".
systemowiec/ai-agents-workspace-starter
Agent Claude Code
AI / LLM Specialist. Model integrations, prompts, structured output, tool calling, evaluation. Use when: LLM integration, new prompts, pipeline optimization, tool design, guardrails.
systemowiec/ai-agents-workspace-starter
Agent Claude Code
Analyst. Gathering requirements, clarifying user intent, creating spec drafts. Use when: new feature, new idea, unclear requirements.
systemowiec/ai-agents-workspace-starter
Agent Claude Code
Application & Solution Architect. Documentation, diagrams, specs, drift detection. Use when: new spec, architecture review, diagrams, onboarding docs.
systemowiec/ai-agents-workspace-starter
Agent Claude Code
Python Backend Engineer. FastAPI/Django API, services, models, repositories, migrations, tests, workers. Use when: new endpoint, new service, bug fix, new migration, new model.
systemowiec/ai-agents-workspace-starter
Agent Claude Code
E2E Test Engineer. Playwright, POM, Docker. Use when: end-to-end tests, UI automation, user flow verification.