rsmdt/the-startup Skills
(32)Browse AI agent skills from rsmdt/the-startup for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
agentic-patterns
rsmdt/the-startup
Context enrichment for agentic AI application development using LangChain, Vercel AI SDK, and assistant-ui. Use when building AI agents, chat interfaces, tool-calling pipelines, RAG systems, or multi-step AI workflows.
analyze
rsmdt/the-startup
Discover and document business rules, technical patterns, and system interfaces through iterative analysis
api-contract-design
rsmdt/the-startup
REST and GraphQL API design patterns, OpenAPI/Swagger specifications, versioning strategies, and authentication patterns. Use when designing APIs, reviewing API contracts, evaluating API technologies, or implementing API endpoints.
architecture-selection
rsmdt/the-startup
System architecture patterns including monolith, microservices, event-driven, and serverless, with C4 modeling, scalability strategies, and technology selection criteria. Use when designing system architectures, evaluating patterns, or planning scalability.
brainstorm
rsmdt/the-startup
You MUST use this before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.
code-quality-review
rsmdt/the-startup
Unified code review skill for correctness, design, readability, security, performance, testability, accessibility, and error-handling conventions. Use when reviewing changes, enforcing quality standards, or identifying technical debt.
constitution
rsmdt/the-startup
Create or update a project constitution with governance rules. Uses discovery-based approach to generate project-specific rules.
debug
rsmdt/the-startup
Systematically diagnose and resolve bugs through conversational investigation and root cause analysis
document
rsmdt/the-startup
Generate and maintain documentation for code, APIs, and project components
domain-modeling
rsmdt/the-startup
Unified domain and data modeling for business entities, invariants, schema design, aggregate boundaries, and evolution strategy. Use when designing business models, schema changes, bounded contexts, or consistency rules.
feature-prioritization
rsmdt/the-startup
RICE, MoSCoW, Kano, and value-effort prioritization frameworks with scoring methodologies and decision documentation. Use when prioritizing features, evaluating competing initiatives, creating roadmaps, or making build vs defer decisions.
frontend-patterns
rsmdt/the-startup
Context enrichment for frontend UI development using shadcn/ui and Tailwind CSS. Use when building component libraries, implementing UI designs, theming, or working with accessible React components.
implement
rsmdt/the-startup
Executes the implementation plan from a specification. Loops through plan phases, delegates tasks to specialists, updates phase status on completion. Supports resuming from partially-completed plans.
pattern-detection
rsmdt/the-startup
Identify existing codebase patterns (naming conventions, architectural patterns, testing patterns) to maintain consistency. Use when generating code, reviewing changes, or understanding established practices.
performance-analysis
rsmdt/the-startup
Measurement approaches, profiling patterns, bottleneck identification, and optimization guidance. Use when diagnosing performance issues, establishing baselines, identifying bottlenecks, or planning for scale. Always measure before optimizing.
platform-operations
rsmdt/the-startup
Unified platform operations guidance for CI/CD pipeline design, deployment strategies, observability, SLI/SLOs, and incident-ready rollouts. Use when building release workflows, production monitoring, or reliability controls.
project-discovery
rsmdt/the-startup
Unified codebase discovery across structure navigation, tech-stack detection, and documentation extraction. Use when onboarding to a project, locating implementation paths, identifying frameworks/tooling, or validating docs against code reality.
refactor
rsmdt/the-startup
Refactor, simplify, or clean up code for improved maintainability without changing business logic
requirements-elicitation
rsmdt/the-startup
Requirement gathering techniques, stakeholder analysis, user story patterns, and specification validation. Use when clarifying vague requirements, resolving conflicting needs, documenting specifications, or validating requirements with stakeholders.
review
rsmdt/the-startup
Multi-agent code review with specialized perspectives (security, performance, patterns, simplification, tests)
security-assessment
rsmdt/the-startup
Vulnerability review, threat modeling, OWASP patterns, and secure coding assessment. Use when reviewing code security, designing secure systems, performing threat analysis, or validating security implementations.
specify
rsmdt/the-startup
Create a comprehensive specification from a brief description. Manages specification workflow including directory creation, README tracking, and phase transitions.
specify-meta
rsmdt/the-startup
Scaffold, status-check, and manage specification directories. Handles auto-incrementing IDs, README tracking, phase transitions, and decision logging in .start/specs/. Falls back to docs/specs/ for legacy specs. Used by both specify and implement workflows.
specify-plan
rsmdt/the-startup
Create and validate implementation plans (PLAN). Use when planning implementation phases, defining tasks, sequencing work, analyzing dependencies, or working on plan files in .start/specs/. Generates per-phase files (plan/README.md + plan/phase-N.md) for progressive disclosure. Includes TDD phase structure and specification compliance gates.