Claude Agent Instructions
Description
This repository contains Claude Code skills for CPython development, packaged as a plugin marketplace.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Agent Instructions
This repository contains Claude Code skills for CPython development, packaged as a plugin marketplace.
Repository Structure
plugins/cpython-skills/skills/- Individual skill definitions (SKILL.md files).claude-plugin/marketplace.json- Marketplace manifestREADME.md- User documentation and installation instructions
For Agents Updating Skills
When modifying skills in this repository:
- Each skill is a directory under
plugins/cpython-skills/skills/containing aSKILL.mdfile - SKILL.md format: YAML frontmatter (
name,description) followed by markdown instructions - Keep skills focused: Each skill should cover a specific domain (build, test, style, docs)
- Descriptions are critical: The
descriptionis the primary triggering mechanism - include specific contexts and triggers - No extraneous files: Don't add README.md or other auxiliary files in skill directories
- Avoid duplication: Information should live in one skill only, not repeated across skills
- Keep SKILL.md concise: Under 500 lines; split to reference files if needed
- Update top-level README.md if adding new skills or changing skill purposes
Best Practices Reference
Load the [skill-creator](https://github.com/anthropics/skills/blob/main/skill-creator/SKILL.md) skill for comprehensive guidance on skill design patterns, progressive disclosure, and bundled resources.
Official Anthropic Documentation
Claude Skills
- Agent Skills Overview - Full documentation
- Introducing Agent Skills - Announcement and overview
- anthropics/skills - Official skills repository and examples
Claude Code Plugins & Marketplaces
- Claude Code Plugins - Plugin system announcement
- Claude Code Overview - Main Claude Code docs
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development