c0x12c
- 37 skills
- 0 followers
- 8 hours ago last updated
- ▌ Web To Prd 2 · c0x12cScan 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.
- ▌ Terraform Service Scaffold 2 · c0x12cGenerate complete service-level Terraform infrastructure with modules, environments, and CI/CD. Use when adding Terraform to a new service or bootstrapping infrastructure from scratch.
- ▌ Brainstorm · c0x12cRun 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.
- ▌ Browser QA · c0x12c bundleRun real browser QA with Playwright. Use when testing a frontend feature, verifying UI before PR, smoke testing after deploy, or investigating reported visual bugs.
- ▌ Web To Prd · c0x12cScan 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.
- ▌ Deep Research · c0x12cRun 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.
- ▌ Content Engine · c0x12c bundleTurn one idea into platform-native content for X, LinkedIn, TikTok, YouTube, newsletters. Use when the user wants social posts, threads, scripts, or content calendars.
- ▌ UI UX Pro Max · c0x12c bundleUI/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.
- ▌ Article Writing · c0x12c bundleWrite blog posts, guides, tutorials, and long-form content. Sounds like a real person, not AI. Use when the user wants polished written content.
- ▌ Design Workflow · c0x12c bundleAnti-AI-generic design guidelines. Use when creating UI prototypes, reviewing designs for generic AI patterns, or setting up a project design system.
- ▌ Idea Validation · c0x12c bundleValidate 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.
- ▌ Market Research · c0x12cRun market research, competitive analysis, investor due diligence, and industry scans. Use when the user wants market sizing, competitor comparisons, fund research, or tech scans.
- ▌ CI CD Patterns · c0x12c bundleCI/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.
- ▌ Ops Oncall Log · c0x12c bundleCreate 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).
- ▌ Startup Pipeline · c0x12cCoordinates 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.
- ▌ Terraform Review · c0x12cPR 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.
- ▌ Database Patterns · c0x12c bundleDatabase design patterns including schema design, migrations, soft deletes, and Exposed ORM. Use when creating tables, writing migrations, or implementing repositories.
- ▌ Investor Outreach · c0x12c bundleDraft cold emails, warm intro blurbs, follow-ups, and investor communications. Use when the user needs to write to angels, VCs, or accelerators.
- ▌ Backend API Design · c0x12c bundleDesign RPC-style APIs with layered architecture (Controller → Manager → Repository). Use when creating new API endpoints, designing API contracts, or reviewing API patterns.
- ▌ Investor Materials · c0x12c bundleCreate pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
- ▌ Security Checklist · c0x12c bundleSecurity best practices for Micronaut/Kotlin backend including authentication, authorization, input validation, and OWASP prevention. Use when implementing auth, validating inputs, or reviewing security.
- ▌ Testing Strategies · c0x12c bundleTesting 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.
- ▌ JS Security Audit · c0x12c bundleAudit 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.
- ▌ Service Debugging · c0x12c bundleStructured debugging runbook for backend services. Use when investigating production issues, API errors, performance problems, or when something broke and you need to find why.
- ▌ Design Intelligence · c0x12cDesign system bootstrapping and token generation. Takes project context and outputs ready-to-use design tokens, Tailwind config, and CSS variables.
- ▌ API Endpoint Creator · c0x12c bundleCreates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.
- ▌ Competitive Teardown · c0x12c bundleDeep 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?"
- ▌ Kotlin Best Practices · c0x12c bundleKotlin 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.
- ▌ Database Table Creator · c0x12c bundleCreates database table with full Kotlin synchronization (SQL migration → Table → Entity → Repository → Tests). Use when adding new database tables or entities.
- ▌ Ops Investigate Alert · c0x12cInvestigate a monitoring alert end-to-end. Pulls metrics, logs, traces, and recent code changes to identify root cause. Works with any monitoring MCP.
- ▌ Python Best Practices · c0x12c bundlePython/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.
- ▌ Terraform Best Practices · c0x12cQuick reference for Terraform conventions including file organization, naming, modules, state, security, and anti-patterns. Use when writing or reviewing Terraform code.
- ▌ Terraform Module Creator · c0x12cCreate or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.
- ▌ Terraform Security Audit · c0x12cSecurity audit for Terraform codebases covering IAM, networking, encryption, secrets, access control, and compliance. Use before prod deploys, periodic audits, or new service security review.
- ▌ Terraform Service Scaffold · c0x12cGenerate complete service-level Terraform infrastructure with modules, environments, and CI/CD. Use when adding Terraform to a new service or bootstrapping infrastructure from scratch.
- ▌ Python Testing Strategies · c0x12c bundleTesting 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.
- ▌ Python API Endpoint Creator · c0x12c bundleCreates 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.