Use when the user wants a pull-request title and description generated for the current branch — e.g. "write my PR", "draft a PR description", "summarize this branch for review".
Use when the user needs to diagnose a problem on a live/remote server — over SSH (incl. bastion), docker exec, or kubectl exec. Read-only triage that finds root cause and hands back fix commands. Triggers like "server is down", "debug prod", "why is this host slow/erroring".
A portable collection of agent skills for daily needs and tasks.
Each skill follows the open SKILL.md standard — a
folder of plain markdown plus optional bundled scripts. Because the format is just files, the
same skill runs everywhere: Claude Code.
skills/<category>/<skill-name>/
├── SKILL.md # frontmatter (name + description) + instructions — always loaded
├── references/ # deep detail, loaded ON DEMAND (progressive disclosure)
└── scripts/ # optional helpers the skill runs
Only each skill's one-line description is loaded until the skill is triggered. The bulk of the
content (references/) loads only when needed — this keeps token cost low. See
CONTRIBUTING.md for the authoring standard.
| Provider | How to load these skills |
|---|---|
| Claude Code | /plugin marketplace add <this-repo-url> then /plugin install daily-agents. Skills auto-discover and can be invoked by name or triggered automatically. |
| Claude.ai / Desktop | Zip a single skill folder (e.g. skills/coding/pr-summary/) and upload it in Settings → Capabilities → Skills. |
| ChatGPT (Custom GPT) / Gemini (Gem) | These have no SKILL.md runtime yet. Paste a skill's SKILL.md (and any references/) into the custom-instructions box. AGENTS.md is the portable index that drives this. |
| Other CLIs (Cursor, Codex, Gemini CLI) | They read AGENTS.md at the repo root automatically. |
See AGENTS.md for the full index. Current:
cp -r templates/SKILL.template.md skills/<category>/<name>/SKILL.md
# then register its path in .claude-plugin/plugin.json -> "skills"
Read CONTRIBUTING.md first — it defines the conventions that keep skills portable and cheap to load.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sola1re/awesome-agents --plugin daily-agentsDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code