spartan-stratos
- 35 skills
- 0 followers
- 1 week ago last updated
- ▌ Service Debugging · spartan-stratos 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 · spartan-stratosDesign system bootstrapping and token generation. Takes project context and outputs ready-to-use design tokens, Tailwind config, and CSS variables.
- ▌ API Endpoint Creator · spartan-stratos bundleCreates RPC-style endpoint following layered architecture (Controller → Manager → Repository). Use when creating new API endpoints or CRUD operations.
- ▌ Competitive Teardown · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos bundleCreates database table with full Kotlin synchronization (SQL migration → Table → Entity → Repository → Tests). Use when adding new database tables or entities.
- ▌ Ops Investigate Alert · spartan-stratosInvestigate 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 · spartan-stratos 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 · spartan-stratosQuick reference for Terraform conventions including file organization, naming, modules, state, security, and anti-patterns. Use when writing or reviewing Terraform code.
- ▌ Terraform Module Creator · spartan-stratosCreate or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.
- ▌ Terraform Security Audit · spartan-stratosSecurity 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 · spartan-stratosGenerate 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 · spartan-stratos 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 · spartan-stratos 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.
- ▌ Brainstorm · spartan-stratosRun 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 · spartan-stratos 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 · spartan-stratosScan 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 · spartan-stratosRun 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 · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos 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 · spartan-stratosRun 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 · spartan-stratos 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 · spartan-stratos 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 · spartan-stratosCoordinates 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 · spartan-stratosPR 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 · spartan-stratos bundleDatabase design patterns including schema design, migrations, soft deletes, and Exposed ORM. Use when creating tables, writing migrations, or implementing repositories.
- ▌ Investor Outreach · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos bundleCreate pitch decks, one-pagers, memos, financial models, and fundraising materials. Use when the user needs investor-facing docs.
- ▌ Security Checklist · spartan-stratos 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 · spartan-stratos 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 · spartan-stratos 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.