← all publishers

c0x12c

@c0x12c source repo

37 published skills

  1. Web To Prd 2 · c0x12c
    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.
    0
    installs
  2. Terraform Service Scaffold 2 · c0x12c
    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.
    0
    installs
  3. Brainstorm · c0x12c
    Run a structured brainstorm session for startup ideas. Takes a theme or problem and generates ideas with quick gut-checks. Use when the user wants to explore a space or generate new ideas.
    0
    installs
  4. Browser QA · c0x12c bundle
    Run real browser QA with Playwright. Use when testing a frontend feature, verifying UI before PR, smoke testing after deploy, or investigating reported visual bugs.
    0
    installs
  5. Web To Prd · c0x12c
    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.
    0
    installs
  6. Deep Research · c0x12c
    Run deep research on a topic. Web searches, data collection, source checking, and a structured report. Use when the user needs more than a quick answer.
    0
    installs
  7. Content Engine · c0x12c bundle
    Turn one idea into platform-native content for X, LinkedIn, TikTok, YouTube, newsletters. Use when the user wants social posts, threads, scripts, or content calendars.
    0
    installs
  8. UI UX Pro Max · c0x12c bundle
    UI/UX design intelligence with searchable style, palette, typography, and chart databases. Use when designing UI components, choosing colors/fonts, reviewing code for UX issues, building landing pages, or implementing responsive layouts.
    0
    installs
  9. Article Writing · c0x12c bundle
    Write blog posts, guides, tutorials, and long-form content. Sounds like a real person, not AI. Use when the user wants polished written content.
    0
    installs
  10. Design Workflow · c0x12c bundle
    Anti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system.
    0
    installs
  11. Idea Validation · c0x12c bundle
    Validate a startup idea with competitor analysis, market signals, and risk assessment. Be brutally honest. Use when the user wants to test if an idea is worth building.
    0
    installs
  12. Market Research · c0x12c
    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.
    0
    installs
  13. CI CD Patterns · c0x12c bundle
    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.
    0
    installs
  14. Ops Oncall Log · c0x12c bundle
    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).
    0
    installs
  15. Startup Pipeline · c0x12c
    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.
    0
    installs
  16. Terraform Review · c0x12c
    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.
    0
    installs
  17. Database Patterns · c0x12c bundle
    Database design patterns including schema design, migrations, soft deletes, and Exposed ORM. Use when creating tables, writing migrations, or implementing repositories.
    0
    installs
  18. Investor Outreach · c0x12c bundle
    Draft cold emails, warm intro blurbs, follow-ups, and investor communications. Use when the user needs to write to angels, VCs, or accelerators.
    0
    installs
  19. Backend API Design · c0x12c bundle
    Design RPC-style APIs with layered architecture (Controller → Manager → Repository). Use when creating new API endpoints, designing API contracts, or reviewing API patterns.
    0
    installs
  20. Investor Materials · c0x12c bundle
    Create pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
    0
    installs
  21. Security Checklist · c0x12c bundle
    Security best practices for Micronaut/Kotlin backend including authentication, authorization, input validation, and OWASP prevention. Use when implementing auth, validating inputs, or reviewing security.
    0
    installs
  22. Testing Strategies · c0x12c bundle
    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.
    0
    installs
  23. JS Security Audit · c0x12c bundle
    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 package.
    0
    installs
  24. Service Debugging · c0x12c bundle
    Structured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.
    0
    installs
  25. Design Intelligence · c0x12c
    Design system bootstrapping and token generation. Takes project context and outputs ready-to-use design tokens, Tailwind config, and CSS variables.
    0
    installs
  26. API Endpoint Creator · c0x12c bundle
    Creates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.
    0
    installs
  27. Competitive Teardown · c0x12c bundle
    Deep competitor analysis. Tear apart a specific competitor or compare multiple competitors. Use when the user names a competitor or asks "who else is doing this?"
    0
    installs
  28. Kotlin Best Practices · c0x12c bundle
    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.
    0
    installs
  29. Database Table Creator · c0x12c bundle
    Creates database table with full Kotlin synchronization (SQL migration → Table → Entity → Repository → Tests). Use when adding new database tables or entities.
    0
    installs
  30. Ops Investigate Alert · c0x12c
    Investigate a monitoring alert end-to-end. Pulls metrics, logs, traces, and recent code changes to identify root cause. Works with any monitoring MCP.
    0
    installs
  31. Python Best Practices · c0x12c bundle
    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.
    0
    installs
  32. Terraform Best Practices · c0x12c
    Quick reference for Terraform conventions including file organization, naming, modules, state, security, and anti-patterns. Use when writing or reviewing Terraform code.
    0
    installs
  33. Terraform Module Creator · c0x12c
    Create or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.
    0
    installs
  34. Terraform Security Audit · c0x12c
    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.
    0
    installs
  35. Terraform Service Scaffold · c0x12c
    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.
    0
    installs
  36. Python Testing Strategies · c0x12c bundle
    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.
    0
    installs
  37. Python API Endpoint Creator · c0x12c bundle
    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.
    0
    installs