jarrodwatts / rigorous-coding
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/rigorous-coding && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1614" && unzip -o skill.zip -d .claude/skills/rigorous-coding && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/rigorous-coding/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Apply rigorous coding standards. Use when writing, implementing, or reviewing code.
0 views
0 installs
Skill Content
--- name: rigorous-coding description: Apply rigorous coding standards. Use when writing, implementing, or reviewing code. --- Do not write code before stating assumptions. Do not claim correctness you haven't verified. Do not handle only the happy path. Under what conditions does this work?