From hairyf-skills-4
Bootstraps modular Agent Skills from any repository. Clones the source to `sources/`, extracts core documentation into categorized references under `skills/`, and registers the output in the workspace `AGENTS.md`.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin hairyf-skills-4This skill uses the workspace's default tool permissions.
Use this workflow to quickly ingest a framework or project's logic and documentation into the local environment. This is triggered when a user provides a `<repo-url>` and a `<skills-name>` for which no local skill yet exists.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Use this workflow to quickly ingest a framework or project's logic and documentation into the local environment. This is triggered when a user provides a <repo-url> and a <skills-name> for which no local skill yet exists.
sources/ for traceability and future updates.references/*.md (focusing on Usage and Why over Installation).AGENTS.md.<repo-url> is valid and <skills-name> uses kebab-case.git access and identify the project root.sources/<submodule>.git submodule add <repo-url> sources/<submodule>git clone --depth 1 <repo-url> sources/<submodule>git submodule update --init.sources/<submodule>/ for docs/, wiki/, README.md, or packages/*/docs/.Target Structure:
skills/<skills-name>/[SKILL.md, GENERATION.md, references/]
references/*.md Guidelines:{category}-{concept}.md (e.g., core-reactivity.md).Frontmatter, a brief description, high-quality Code Snippets, and source URLs.SKILL.md Indexing:Core, Features, and Advanced.GENERATION.md Metadata:Source Root navigation tree against the generated references/.AGENTS.md**: Locate AGENTS.md in the project root (create it if missing).### <skills-name>
- **Location**: `skills/<skills-name>/`
- **Description**: [Short description from SKILL.md]
kebab-case for all directory and filenames./) for cross-platform compatibility.sources/ clone should remain so that git diff can be used later to spot documentation changes.| Topic | Description | Reference |
|---|---|---|
| Coverage Criteria | Definitions of "major modules" and stop conditions | coverage-loop |
| Style Guide | Detailed writing style for reference files | style-guide |
Would you like me to simulate a run of this skill using a specific repository URL to show you the expected output?