vstorm-co/full-stack-ai-agent-template
Instructions file CodexOpenCode
Instructions for vstorm-co/full-stack-ai-agent-template, covering agents.md, project overview, commands, cli and architecture.
vstorm-co/full-stack-ai-agent-template
Instructions file CodexOpenCode
Instructions for vstorm-co/full-stack-ai-agent-template, covering agents.md, project overview, commands, cli and architecture.
vstorm-co/full-stack-ai-agent-template
Instructions file
Instructions for vstorm-co/full-stack-ai-agent-template, covering claude.md, project overview, commands, install dependencies and run tests.
vstorm-co/full-stack-ai-agent-template
Command Claude Code
Scaffold a new API endpoint with full layering.
vstorm-co/full-stack-ai-agent-template
Command Claude Code
Investigate and fix an issue.
vstorm-co/full-stack-ai-agent-template
Command Claude Code
Review code changes against project conventions.
vstorm-co/full-stack-ai-agent-template
Settings file Claude Code
Agent settings declaring 11 allowed tools.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Add a new tool/function the AI agent can call (e.g. look something up, hit an external API, perform an action). Use when extending the assistant's capabilities, wiring a new function into the agent, or when the model needs a new action. This project uses {{ cookiecutter.aiframework }}.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Create, review, and apply database schema changes with Alembic. Use whenever a SQLAlchemy model is added or changed, a column/index/constraint needs to change, or a data backfill is required — anything that alters the PostgreSQL schema.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Add or modify work that runs outside the request/response cycle — emails, document ingestion, webhooks, cleanups, scheduled jobs. Use when something is slow or fire-and-forget, or when adding a periodic/cron task. This project's queue is {{ cookiecutter.backgroundtasks }}.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Work with Stripe billing — subscriptions, plans/prices, the Customer Portal, credits, usage metering, invoices, and webhook events. Use when changing plans, handling a new Stripe webhook, debugging a payment/subscription flow, or touching credit balances and usage.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Work with messaging-channel bots (Telegram / Slack) — register a bot, route inbound messages through the AI agent, handle webhooks vs polling, or add a new channel adapter. Use when wiring chat into a messaging platform or debugging bot delivery.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Build a new page, view, or data-driven feature in the Next.js frontend. Use when adding a route under the dashboard/marketing area, wiring UI to a backend endpoint, adding client state, or creating a localized page. Covers App Router, data fetching, Zustand stores, and i18n.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Write or extend the backend test suite following this project's conventions. Use when adding tests for a new service/route/repository, when coverage is missing, or when asked to test a feature. Knows the mocked-session + httpx AsyncClient setup so tests run with no database.
vstorm-co/full-stack-ai-agent-template
Skill Claude CodeCodex
Work with the RAG knowledge base — ingest documents, run semantic search, manage collections, or add a sync source/connector (Google Drive, S3). Use when populating or debugging the knowledge base, tuning retrieval, or adding a new document source. This project uses {{ cookiecutter.vectorstore }} + {{…
Instructions file
Instructions for vstorm-co/pydantic-deepagents, covering claude.md, development commands, core development tasks, single test commands and project architecture.
Skill Claude CodeCodex
Building, compiling, and resolving dependency issues across languages.
Skill Claude CodeCodex
Systematic code review for bugs, security, style, and performance.
Skill Claude CodeCodex
Working with diverse data formats: binary, text, structured, and custom.
Skill Claude CodeCodex
Systematic exploration of unknown environments before starting work.
Skill Claude CodeCodex
Git operations: commits, branches, PRs, and conflict resolution.
Skill Claude CodeCodex
Writing efficient code that handles large data and tight constraints.
Skill Claude CodeCodex
Refactor code to improve structure and maintainability.
Skill Claude CodeCodex
Create new reusable skills from conversation context.
Skill Claude CodeCodex
Systematic approach to diagnosing and fixing errors.