Skill Claude CodeCodex
Create pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
Skill Claude CodeCodex
Create pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
Skill Claude CodeCodex
Draft cold emails, warm intro blurbs, follow-ups, and investor communications. Use when the user needs to write to angels, VCs, or accelerators.
Skill Claude CodeCodex
Kotlin coding standards including null safety, Either error handling, coroutines, and Exposed ORM patterns. Use when writing Kotlin code, reviewing code quality, or learning project patterns.
Skill Claude CodeCodex
Run market research, competitive analysis, investor due diligence, and industry scans. Use when the user wants market sizing, competitor comparisons, fund research, or tech scans.
Skill Claude CodeCodex
Security best practices for Micronaut/Kotlin backend including authentication, authorization, input validation, and OWASP prevention. Use when implementing auth, validating inputs, or reviewing security.
Skill Claude CodeCodex
Coordinates the full startup idea pipeline from brainstorm to investor outreach. Use when the user starts a new idea project, asks for the 'full pipeline', or references stages/gates.
Skill Claude CodeCodex
Quick reference for Terraform conventions including file organization, naming, modules, state, security, and anti-patterns. Use when writing or reviewing Terraform code.
Skill Claude CodeCodex
Create or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.
Skill Claude CodeCodex
PR review checklist for Terraform changes covering structure, state safety, security, naming, modules, variables, providers, and CI/CD. Use when reviewing Terraform PRs or doing pre-merge checks.
Skill Claude CodeCodex
Security audit for Terraform codebases covering IAM, networking, encryption, secrets, access control, and compliance. Use before prod deploys, periodic audits, or new service security review.
Skill Claude CodeCodex
Generate complete service-level Terraform infrastructure with modules, environments, and CI/CD. Use when adding Terraform to a new service or bootstrapping infrastructure from scratch.
Skill Claude CodeCodex
Testing patterns for Micronaut/Kotlin backend including repository tests, integration tests, and test data builders. Use when writing tests, setting up test infrastructure, or improving coverage.
Skill Claude CodeCodex
Scan a live web app with Playwright, extract all features, generate PRD/epics/stories with priorities and dependencies, export to Notion. Checks required MCP servers before starting.
Instructions file CodexOpenCode
AGENTS.md instructions for c0x12c/ai-toolkit, covering spartan ai toolkit, hosts, build commands, generate codex skills from claude sources and or: node toolkit/scripts/gen-codex-skills.js.
Instructions file
Claude Code instructions for c0x12c/ai-toolkit, covering spartan ai toolkit — engineering manager workflow, why spartan?, command or chat? (decision rule), task size → tool routing and core principles (always enforce).
Plugin Claude Code
Engineering discipline layer for Claude Code — 5 workflows, 69 commands, 21 rules, 29 skills, 9 agents organized in 12 packs.
Agent
UI/UX designer that uses external AI (Gemini) for design ideation and asset generation, then produces design docs and prototypes. Reads project design-config.md for brand context.
Skill Claude CodeCodex
CI/CD pipeline patterns for GitHub Actions, PR automation, and deployment workflows. Use when setting up CI, fixing broken pipelines, automating PR checks, or configuring deployment.
Skill Claude CodeCodex
Audit JS/TS projects against NPM Security Guidelines covering project setup, dependency hygiene, CI/CD pipeline, Dependabot, and incident response. Use when reviewing package.json or lockfiles, adding or upgrading npm dependencies, setting up CI security gates, hardening a new repo, or responding to a compromised…
Skill Claude CodeCodex
Investigate a monitoring alert end-to-end. Pulls metrics, logs, traces, and recent code changes to identify root cause. Works with any monitoring MCP.
Skill Claude CodeCodex
Create a structured on-call log by pulling alerts from monitoring and writing a summary to your team's wiki. Requires a monitoring MCP (recommended: Datadog) and a wiki MCP (Confluence or Notion).
Skill Claude CodeCodex
Creates FastAPI endpoints with layered architecture (Router → Service → Repository). Use when creating new API endpoints, CRUD operations, or scaffolding a new domain module in a FastAPI project.
Skill Claude CodeCodex
Python/FastAPI coding standards including async patterns, Pydantic v2, SQLAlchemy 2.0, and project structure. Use when writing Python code, reviewing FastAPI projects, or learning FastAPI conventions.
Skill Claude CodeCodex
Testing patterns for FastAPI with pytest-asyncio, httpx AsyncClient, fixtures, and test data factories. Use when writing tests, setting up test infrastructure, or improving coverage in a FastAPI project.