A collection of reusable skills for Claude Code agents.
/plugin marketplace add mayashavin/agent-skills
/plugin install agent-skills@maya-agent-skills
Skills are then available as /agent-skills:code-review, /agent-skills:test-plan-generate, etc.
To use skills without the plugin prefix (e.g., /test-plan-generate), copy the skill directory into your project:
cp -r skills/test-plan-generate .claude/skills/
| Skill | Description |
|---|---|
code-review | Review code changes for correctness, style, and potential issues |
test-plan-generate | Generate an automation-first test plan for a given feature |
npm install
npm run build
npm run validate
npm test
Create a new directory in skills/ with a SKILL.md file:
skills/my-skill/
└── SKILL.md
The SKILL.md file requires a description in the frontmatter:
---
description: What the skill does
---
Instructions for the agent to follow when this skill is invoked.
import { validateSkill, validateAllSkills } from "agent-skills";
const result = validateSkill("skills/code-review/SKILL.md");
// { valid: true, skill: "code-review", errors: [] }
const results = validateAllSkills("skills/");
// ValidationResult[]
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimnpx claudepluginhub mayashavin/agent-skills --plugin agent-skillsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.