SKILL·9CA9CC

create-micro-skill

DNYoussef
Updated 2 months ago
46 views
24
6
24
View on GitHub
Othergeneral

About

This Claude Skill creates new micro-skills with a library-first approach, requiring developers to check existing components and patterns before building new ones. It enforces reuse of existing code when matches exceed 70% similarity, adapting or extracting from current projects when possible. The skill includes tools for file operations, searching, and task management to streamline skill creation workflows.

Quick Install

Claude Code

Recommended
Primary
npx skills add DNYoussef/context-cascade -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/DNYoussef/context-cascade
Git CloneAlternative
git clone https://github.com/DNYoussef/context-cascade.git ~/.claude/skills/create-micro-skill

Copy and paste this command in Claude Code to install this skill

GitHub Repository

DNYoussef/context-cascade
Path: commands/delivery/workflow-commands/create-micro-skill.md
0
FAQ

Frequently asked questions

What is the create-micro-skill skill?

create-micro-skill is a Claude Skill by DNYoussef. Skills package instructions and resources that Claude loads on demand, so Claude can perform create-micro-skill-related tasks without extra prompting.

How do I install create-micro-skill?

Use the install commands on this page: add create-micro-skill to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does create-micro-skill belong to?

create-micro-skill is in the workflow category, tagged general.

Is create-micro-skill free to use?

Yes. create-micro-skill is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

Related Skills

when-creating-slash-commands-use-slash-command-encoder
Other

This Claude Skill helps developers create ergonomic slash commands (/command) for micro-skills with auto-discovery and parameter validation. It generates command handlers, validation logic, and documentation for fast CLI access to workflows. Use it when building command-line interfaces that need intelligent routing and command chaining capabilities.

View skill
when-orchestrating-swarm-use-swarm-orchestration
Other

This skill orchestrates complex multi-agent workflows by decomposing tasks, distributing them for parallel execution, and synthesizing the results. Use it when you need to coordinate specialized agents for advanced, distributed problem-solving. It provides structured outputs including execution trees and performance metrics.

View skill
stream-chain
Other

Stream-Chain enables multi-agent workflows by connecting Claude instances in sequential pipelines where each agent's output streams into the next. It supports both custom prompt chains and predefined pipelines for data transformation and complex processing tasks. Use this skill when you need to orchestrate sophisticated multi-step workflows with streaming data flow between specialized agents.

View skill
when-chaining-agent-pipelines-use-stream-chain
Other

This skill enables chaining agent outputs as inputs in sequential or parallel pipelines for data flow orchestration. It's used when you need to coordinate multi-step workflows between agents with streaming data flows. Key features include pipeline configuration, execution pattern support, and performance metrics.

View skill