All authors
MoizIbnYousaf avatar

Claude Skills by MoizIbnYousaf

github.com/MoizIbnYousaf
18 skillsA× 180 installs6 views
WorkflowsA

Use `add` when you want a workspace entry but do not want to vendor the source. From the bundled reference library: ```bash npx ai-agent-skills add frontend-design --area frontend --branch Implementation --why "I want this on my shelf." ``` From a GitHub repo: ```bash npx ai-agent-skills add anthropics/skills --skill ask-questions-if-underspecified --area workflow --branch Planning --why "I use this to tighten vague requests." ``` `add` writes to the active workspace only. It keeps the upstre...

developmentbashgit
0
1,060
Ask Questions If UnderspecifiedA

Clarify requirements before implementing. Do not use automatically, only when invoked explicitly.

developmentgoperformance
0
1,060
Audit Library HealthA

Use when checking the overall health of a skills library. Run doctor, validate, check for stale skills, and verify generated docs are in sync.

developmentgobash
0
1,060
Backend DevelopmentA

Backend API design, database architecture, microservices patterns, and test-driven development. Use for designing APIs, database schemas, or backend system architecture.

developmenttypescriptsql
0
1,060
Best PracticesA

Transforms vague prompts into optimized Claude Code prompts. Adds verification, specific context, constraints, and proper phasing. Invoke with /best-practices.

developmenttypescriptgo
0
1,060
Browse And EvaluateA

Use when exploring the ai-agent-skills catalog to find, compare, and evaluate skills before installing. Always use --fields to limit output size and --dry-run before committing to an install.

developmentgobash
0
1,060
Build Workspace DocsA

Use when regenerating README.md and WORK_AREAS.md in a managed library workspace. Always dry-run first to preview changes.

toolsgobash
0
1,060
Changelog GeneratorA

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

developmentgorefactoring
0
1,060
Code DocumentationA

Writing effective code documentation - API docs, README files, inline comments, and technical guides. Use for documenting codebases, APIs, or writing developer guides.

developmenttypescriptgo
0
1,060
Content Research WriterA

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

developmentgodocumentation
0
1,060
Curate A Team LibraryA

Use when building a managed team skills library for a real stack. Map work to shelves, browse before curating, write meaningful `whyHere` notes, and create a starter pack once the first pass is solid.

developmentrustgo
0
1,060
Database DesignA

Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.

developmentsqldatabase
0
1,060
Install From Remote LibraryA

Use when installing skills from a shared ai-agent-skills library repo. Inspect with `--list` first, prefer `--collection`, and preview with `--dry-run` before installing.

developmentgobash
0
1,060
Llm Application DevA

Building applications with Large Language Models - prompt engineering, RAG patterns, and LLM integration. Use for AI-powered features, chatbots, or LLM-based automation.

developmenttypescriptrails
0
1,060
Migrate Skills Between LibrariesA

Use when moving skills between library workspaces or upgrading from a personal library to a team library. Export from one workspace, import into another.

developmentgobash
0
1,060
Review A SkillA

Use when evaluating whether a skill belongs in a library. Preview content, check frontmatter, validate structure, and decide whether to keep, curate, or remove.

developmentgobash
0
1,060
Share A LibraryA

Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.

developmentgobash
0
1,060
Update Installed SkillsA

Use when syncing or updating previously installed skills to their latest version. Always dry-run updates before applying, and check for breaking changes.

developmentgobash
0
1,060