Claude Code and Cursor skills for my personal use
plugins/
py-tdd/
SKILL.md # Skill entry point (Claude Code + Cursor)
docs/ # Supporting documentation
scripts/
cursor-install.sh # Install skills into a Cursor project
docs/
writing-skills.md # Contributor guide
Add the marketplace:
/plugin marketplace add idoa01/skills
Then invoke a skill:
/py-tdd
Copy skills into your project with the install script:
./scripts/cursor-install.sh --target /path/to/your/projectThen invoke a skill:
/py-tdd
See docs/writing-skills.md for the contributor guide.