serpro69/claude-starter-kit Skills
(7)Browse AI agent skills from serpro69/claude-starter-kit for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
analysis-process
serpro69/claude-starter-kit
Turn the idea for a feature into a fully-formed PRD/design/specification and implementation-plan. Use when you have a spec or requirements that needs implementation. Use in pre-implementation (idea-to-design) stages to make sure you understand the spec/requirements and ensure you have a correct implementation plan before writing actual code.
cove
serpro69/claude-starter-kit
Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification. Use for complex questions requiring fact-checking, technical accuracy, or multi-step reasoning.
development-guidelines
serpro69/claude-starter-kit
Use this task to ensure you follow development best practices during development and implementation.
documentation-process
serpro69/claude-starter-kit
After implementing a new feature or fixing a bug, make sure to document the changes. Use after finishing the implementation phase for a feature or a bug-fix
implementation-process
serpro69/claude-starter-kit
Implement a feature using the written implementation plan. Use when you have a fully-formed written implementation plan to execute in a separate session with review checkpoints
solid-code-review
serpro69/claude-starter-kit
Code review of current git changes with an expert senior-engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
testing-process
serpro69/claude-starter-kit
Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after implementing a new feature or fixing a bug.