A growing collection of Claude Code skills for Python developers — covering development workflows, tooling, and agentic patterns.
npx claudepluginhub danilotpnta/agent-skillsA collection of Claude Code skills for modern Python development and agentic workflows
A collection of Claude Code skills for modern Python development and agentic workflows.
From within a Claude Code session:
/plugin marketplace add danilotpnta/agent-skills
/plugin install agent-skills@danilotpnta-skills
/reload-plugins
Note: If skills don't appear after installing, clear the plugin cache and reinstall:
rm -rf ~/.claude/plugins/cache/
Clone the repo and add it as a local plugin:
git clone https://github.com/danilotpnta/agent-skills.git
Then in Claude Code settings, add the path to the cloned directory under plugins.
| Skill | Description |
|---|---|
| uv-manager | Manage Python projects and dependencies using uv — the authoritative convention for all Python work |
| gitingest | Convert any Git repository into a text file optimized for LLM consumption using uvx gitingest |
| add-skill | Step-by-step checklist for adding a new skill to this repo — auto-triggered when you say "add a skill" or similar |
| repo-security-review | Audit a GitHub repo, install script, or package for malicious code, data collection, and supply chain risks before installation |
| ios-feature-doc | Generate comprehensive iOS feature documentation from git history and code — auto-triggered when you say "document this feature" or similar |
Skills load automatically when Claude detects a relevant task, or you can invoke them directly:
/uv-manager
/agent-skills:uv-manager # namespaced form when installed as plugin
Contributions welcome. Please open an issue before submitting a PR for significant changes.
git checkout -b skills/your-skill-nameskills/your-skill-name/SKILL.mdSee skills/uv-manager/SKILL.md for an example of skill structure.
MIT License - see LICENSE file for details
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.