A collection of skills designed for Claude to streamline processes and reduce token-use
Build, name, document, and audit UI components for design systems with expert ARIA and accessibility guidance. Trigger when the user mentions "design system", "component library", "pattern library", "UI kit", "ARIA pattern", "WAI-ARIA", "accessible component", "component taxonomy", "component API design", "design tokens", or "design system audit". Also trigger on questions like "what should I call this component", "how should this component work", "is this component accessible", or "review my component library". Trigger on shared markup when the user clearly wants design-system feedback on a reusable UI pattern. Do not trigger on general HTML/CSS questions unrelated to design-system patterns.
Identify a Disney Dreamlight Valley recipe from a photo or screenshot and return its required ingredients, OR recommend recipes to cook based on the ingredients the user has on hand — optimizing for energy restored or Star Coin profit. Use this skill whenever the user shows or uploads an image of a DDV recipe/dish, names a Dreamlight Valley dish and asks what's in it, asks "what ingredients do I need for <dish>", asks "what can I cook with <ingredients>", "what's the most profitable thing to cook", "best recipe for energy", or mentions Dreamlight Valley cooking, recipes, meals, or selling food for coins. Also triggers on phrases like "what's in this recipe", "how do I make <dish> in Dreamlight", "what should I cook", or any screenshot of the in-game cooking/cookbook/inventory screen. Covers base game, Eternity Isle (A Rift in Time), Storybook Vale, and Wishblossom Mountains expansions.
Review, summarize, and manage GitHub notifications. Use this skill whenever the user mentions GitHub notifications, unread GitHub activity, open issues on their repos, or wants to catch up on project discussions — even if they don't use the word 'notifications'. Also trigger for /unsub <number>, 'mark all done', 'clear my GitHub inbox', or any request to triage, dismiss, or act on GitHub notifications.
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.
[![CI][workflow-image]][workflow-url]
[![npm][npm-image]][npm-url]
[![Coverage][coverage-image]][coverage-url]
[![Conventional Commits][conventional-commits-image]][conventional-commits-url]
Specialized agent skills that streamline common developer workflows and reduce token usage.
Each skill is a self-contained directory with a SKILL.md, Node.js implementation scripts, and a test suite. Claude Code installs natively via the plugin marketplace; other agent harnesses can vendor any skill directory via npx.
Register this repository as a marketplace, then install individual skills through the /plugin UI:
/plugin marketplace add Allons-y-Studio/agent-skills
/plugin install gh-notification-summary@agent-skills
Claude Code clones the repo, mounts each skill directory, and surfaces them under /plugin for enable/disable.
Use the npx installer to vendor a skill directory into any agent's skill folder. The installed payload is a plain directory with SKILL.md + scripts — no Claude-specific wiring.
# List available skills
npx @allons-y/agent-skills
# Install a skill to the default location (~/.claude/skills/)
npx @allons-y/agent-skills gh-notification-summary
# Install to your agent's skill directory
npx @allons-y/agent-skills gh-notification-summary --dir ~/.config/cursor/skills
# Install all skills
npx @allons-y/agent-skills --all
For Node-runtime skills with dependencies, run npm install in the installed directory once it's vendored.
Note:
.zip-based distribution is deprecated and will be removed in the next major version. The installer now copies the skill directory directly.
| Skill | Description | Trigger |
|---|---|---|
gh-notification-summary | Review, summarize, and manage GitHub notifications via an interactive local dashboard | "check my GitHub notifications", /unsub <number>, "mark all done" |
design-system | Build, name, document, and audit UI components with expert ARIA, accessibility, design token, typography, and i18n guidance | "design system", "component library", "ARIA pattern", "what should I call this component", "review my component library" |
dreamlight-valley | Navigate, search, and browse the Dreamlight Valley catalog of items, recipes, and gatherables | "Dreamlight Valley", "Dreamlight Valley catalog", "Dreamlight Valley recipes", "Dreamlight Valley gatherables" |
The package exposes a getSkills() helper for tool builders who want to list or load skills dynamically:
import { getSkills } from "@allons-y/agent-skills";
const skills = getSkills();
// returns =>
// [
// {
// name: 'gh-notification-summary',
// path: '/path/to/skills/gh-notification-summary',
// description: 'Review, summarize, and manage GitHub notifications...',
// mdPath: '/path/to/skills/gh-notification-summary/SKILL.md'
// },
// {
// name: 'design-system',
// path: '/path/to/skills/design-system',
// description: 'Build, name, document, and audit UI components...',
// mdPath: '/path/to/skills/design-system/SKILL.md'
// }
// ]
nvm useyarn install
This is a Yarn workspaces monorepo — each skill under skills/ is its own workspace. Target a specific skill with yarn workspace:
yarn workspace @allons-y/skill-gh-notification-summary test
yarn workspace @allons-y/skill-gh-notification-summary lint
Or run across all skills at once:
yarn workspaces foreach -A run test
For full setup instructions — running tests, linting, evals, and publishing — see CONTRIBUTING.md.
npx claudepluginhub allonsy-studio/agent-skillsSkill synchronization and management for Claude Code, Codex, GitHub Copilot, and Cursor. Provides 27 MCP tools for validation, sync, intelligence, and tracing.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
AI Agent Skills
Create and validate production-grade agent skills with 100-point marketplace grading
Memory compression system for Claude Code - persist context across sessions
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.