
cexll/myclaude
2 skills1.8k installs5.4k starsGitHub
Install
npx skills add https://github.com/cexll/myclaudeSkills in this repo
1Product RequirementsProduct Requirements is an agent skill that acts as a technical Product Owner for solo builders using Claude Code, Cursor, or Codex. It triggers when you ask for PRDs, feature specs, or help documenting what to build. Sarah gathers project context from README and dependency files, scores requirement completeness on a 100-point scale, and only emits a PRD once quality reaches 90 or higher—reducing half-baked specs that waste agent tokens. Output lands in docs/{feature-name}-prd.md so the next coding session has a single source of truth. Use in Validate when scoping a new feature or narrowing an MVP, and in Build when you need PM-grade docs before implementation plans or tickets. The flow favors systematic dialogue over one-shot bullet lists, which helps indie founders who wear both product and engineering hats.959installs2Test CasesTest Cases is a generator skill for solo builders and small teams who have requirements but no disciplined QA artifact. It ingests PRD documents or user-stated requirements and produces comprehensive, structured test cases in markdown, with explicit mapping from each requirement to verifiable scenarios. The workflow follows pragmatic testing principles: stay requirement-driven rather than implementation-driven, ensure every requirement has at least one case, and favor meaningful coverage over bloated checklists. Functional flows, edge conditions, error paths, and state transitions are all in scope. Invoke it when you are planning Ship-phase quality gates, preparing agent-assisted implementation reviews, or need documentation an indie founder can hand to a contractor or future self. It fits Claude Code and Cursor workflows where the agent should not guess test intent from code alone.874installs