MoizIbnYousaf / Ai-Agent-Skills
my curated agent skills library
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing MoizIbnYousaf/Ai-Agent-Skills in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view🔧 AI Agent Skills There are a lot of agent skills now. These are the ones I keep around. Some are mine. Some come from other great repos. Quick Start · Work Areas · CLI Collections · Curation Guide · Contribute · Specification --- What This Is I launched this on December 17, 2025, the day after Agent Skills became an open standard, and before launched on January 14, 2026. I built it as a universal installer. That still works, but it is not the center of the project. If you just want the default universal installer now just use . This repo is my library of agent skills: the ones I use, adapt, or recommend. What I Built • An early cross-agent installer and npm CLI that still works across the major coding agents. • A curated cross-repo catalog that keeps sourced skills organized by work area, branch, and trust. • Stable vendored installs, with source attribution kept explicit instead of hidden. • A browsable directory that turns the library into something easier to inspect than a flat repo. Quick Start By default, targets the major agents I already support: Claude Code, Cursor, Codex, Amp, VS Code, Copilot, Gemini CLI, Goose, Letta, Kilo Code, and OpenCode. How I Organize It • are the main way to understand the library. • still exist as the fastest CLI shortcuts. • A few skills are authored here. Most are curated from upstream repos and kept clearly attributed. • stays attached to every skill. The library matters, but so does provenance. • Imported skills are either kept as direct mirrors or stable snapshots. The installer still ships vendored copies either way. • means I would actively point someone to that skill first. • means I have personally checked the skill and its metadata. • , , and search cover everything that does not need a top-level shelf. The folder layout stays flat under because installs stay simpler that way. The catalog handles the grouping. The full repo map lives in WORK_AREAS.md. Work Areas This is the cleanest way to read the library. The full repo index is in WORK_AREAS.md. | Work area | What it covers | Typical branches | Main sources | |-----------|----------------|------------------|--------------| | Frontend | Product UI, interface systems, and design implementation work | React, Figma, UI | Anthropic, OpenAI, Composio | | Backend | APIs, architecture, databases, MCP, and deeper codebase work | MCP, Database, Python | wshobson, Anthropic | | Mobile | Handheld product work and release support | Expo, Swift | Selective coverage | | Docs | Documents, specs, code docs, and product documentation | PDF, Writing, OpenAI | Anthropic, OpenAI | | Testing | Review, QA, browser automation, CI, and observability | Regression, CI, Browser Automation, Observability | Moiz, Anthropic, OpenAI | | Workflow | Clarification, plans, files, and execution support | Clarification, Planning, Jira, Files | Moiz, OpenAI, Composio | | Research | Research, lead work, and synthesis that helps execution | Writing, Lead Research | Composio | | Design | Interface direction, themes, media, and visual craft | Interface, Figma, Themes | Anthropic, OpenAI, Composio | | Business | Brand, communication, naming, and adjacent operating work | Brand, Communication, Career | Anthropic, Moiz, Composio | CLI Collections These are still useful when you want a short shelf in the CLI instead of the full work-area view. | Collection | What it's for | Start with | Main sources | |-------|-------------|-------------|--------------| | | The first skills I would install on a fresh setup | , , | Anthropic, Moiz | | | Web product work with a high interface bar | , , | Anthropic, OpenAI, Composio | | | Backend, architecture, MCP, and deeper engineering work | , , | wshobson, Anthropic | | | Review, QA, debugging, and cleanup work | , , | Moiz, Anthropic, OpenAI | | | Docs, files, research, and execution support | , , | Anthropic, OpenAI, Composio | CLI shortcuts: Source Repos This is still my library, but the upstream lineage stays visible on purpose. Some skills track clean upstream mirrors. Others are stable snapshots I keep vendored so installs stay deterministic. | Source repo | Why it's here | In this library | |------------|----------------|-----------------| | Anthropic Skills | The strongest general-purpose skill set in the ecosystem, especially for frontend, docs, and workflow. | 13 skills | | Anthropic Claude Code | Extra Claude Code workflow coverage that belongs here when it clears the bar. | 1 skill | | OpenAI Skills | Strong skills for docs, Figma workflows, browser automation, CI work, and implementation planning. | 7 skills | | wshobson/agents | Strong backend, systems, and architecture coverage. | 7 skills | | ComposioHQ/awesome-claude-skills | Broad practical coverage for workflow, files, research, and creative tasks. | 15 skills | | MoizIbnYousaf/Ai-Agent-Skills | The skills I write and maintain directly. | 5 skills | Supported Agents | Agent | Flag | Install Location | |-------|------|------------------| | Claude Code | | | | Cursor | | | | Codex | | | | Amp | | | | VS Code / Copilot | | | | Gemini CLI | | | | Goose | | | | OpenCode | | | | Letta | | | | Kilo Code | | | | Portable | | | Commands Manual Install Contributing This repo is curated. I do not accept everything, and I do not want the catalog to sprawl. I would rather keep it small and strong than let it get messy. Before opening a PR: • Read CURATION.md. • Follow CONTRIBUTING.md. • Add or update the entry. • Put the skill on a top-level shelf only if it clearly belongs there. • Explain why it belongs here. What Are Agent Skills? Agent skills follow the open format documented at agentskills.io. A skill is just a folder: All major coding agents support some variation of this pattern. Links • Agent Skills Spec • Anthropic Skills • Curation Guide • Contributing Guide • Issues Credits & Attribution This library builds on work from the open-source community, especially: • Anthropic Skills • Anthropic…