Delegates grunt work (search, review, refactor, tests) to opencode running free LiteLLM models — saves Claude tokens.
A personal library of AI agent skills for Claude Code and other harnesses.
ai-agent-skills/
├── .claude-plugin/
│ └── marketplace.json Plugin marketplace catalog — lists all installable plugins
├── skills/ Standalone skills — one per directory
│ └── <skill-name>/
│ ├── <skill-name>.md Skill definition
│ └── .claude-plugin/
│ └── plugin.json Plugin manifest
| Skill | File | Description |
|---|---|---|
delegate | skills/delegate/delegate.md | Delegates grunt work (search, review, refactor, tests) to opencode running free LiteLLM models. Saves Claude tokens by routing non-reasoning tasks to free models. |
sophia-review | skills/sophia-review/sophia-review.md | End-to-end Sophia competency self-review assistant. Phased chat: configures auth + MCPs, harvests a year of evidence (GitHub/Plane/Slack/Calendar/Claude+Cursor sessions) in parallel, builds an evidence map, surfaces next-level rubric differentials, asks targeted gap questions, drafts rubric-aligned answers, and submits + verifies them via the Sophia API. |
Step 1 — Add marketplace (one-time)
/plugin marketplace add Waleed-Mujahid/ai-agent-skills
Step 2 — Install a skill
/plugin install delegate@ai-agent-skills
/plugin install sophia-review@ai-agent-skills
Keep up to date:
/plugin marketplace update ai-agent-skills
Pull directly into your project:
mkdir -p .cursor/rules
gh api repos/Waleed-Mujahid/ai-agent-skills/contents/skills/delegate/delegate.md \
--jq '.content' | base64 --decode > .cursor/rules/delegate.mdc
Standalone Skill:
skills/
└── my-new-skill/
├── my-new-skill.md
└── .claude-plugin/
└── plugin.json
{
"name": "my-new-skill",
"description": "One sentence: what this skill does and when to use it.",
"version": "1.0.0",
"author": {
"name": "First Last (github_username)"
},
"commands": ["./my-new-skill.md"]
}
skills/my-new-skill/ with my-new-skill.md and .claude-plugin/plugin.json.my-new-skill.md:---
name: my-new-skill
description: "<one sentence describing what this skill does and when to use it>"
---
.claude-plugin/marketplace.json.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 waleed-mujahid/ai-agent-skills --plugin delegateEnd-to-end Sophia competency self-review assistant — phased chat that configures auth + MCPs, harvests a year of evidence in parallel, builds an evidence map, surfaces next-level rubric differentials, drafts rubric-aligned answers, and submits + verifies them via the Sophia API.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.