Claude Skills · Coding

Scaffold a complete, valid Claude Code plugin from a description — the .claude-plugin/plugin.json manifest, component directories (skills, agents, commands, hooks, MCP config), portable ${CLAUDE_PLUGIN_ROOT} wiring, a local test loop with --plugin-dir, and a marketplace.json for distribution. Use when turning scattered .claude/ customizations into one installable, versioned package.

★ 1 Synced 2 hours ago View SKILL.md

At a glance

Coding Manual install Actively maintained v1.0.0

This skill is for Coding and helps you scaffold a claude plugin from scratch, generate plugin manifest and directory structure, and create installable plugin package.

Install git clone --depth 1 https://github.com/imtiazrayhan/agentscamp-library cp -r agentscamp-library/skills/plugin-scaffolder ~/.claude/skills/plugin-scaffolder
Can use ReadSearchWriteEditBash

Setup, runtime and requirements describe imtiazrayhan/agentscamp-library, the repo this skill ships in.

claude-pluginPlugin DevelopmentManifestPluginjsonmarketplacePackage Structure

Also in imtiazrayhan/agentscamp-library

View the repo
Accessibility Regression Auditor Code Review & Testing

Audit a UI change for accessibility regressions by combining automated checks with keyboard, focus, semantic, name-role-value, contrast, zoo...

Adr Writer Coding

Write an Architecture Decision Record capturing a decision the user describes, in Michael Nygard ADR format (Status, Context, Decision, Cons...

Agent Memory Designer DevOps & Infrastructure

Design a project's CLAUDE.md and memory hierarchy by exploring the repo to learn its real build/test/lint commands, architecture, and non-ob...

Evaluate a multi-step AI agent's whole run — tool calls, intermediate steps, and final result — not just final-answer correctness, so you ca...

Alerting Rules Tuner DevOps & Infrastructure

Cut alert noise and make every page mean something — rewrite alerting rules to fire on user-felt symptoms (error rate, latency SLO burn, fai...

API Deprecation Planner DevOps & Infrastructure

Plan the retirement of an API endpoint, field, event, tool, or version without surprising active consumers. Use when replacing an interface,...

Design or normalize an API's error contract so clients get stable machine-readable codes, safe human messages, field-level validation detail...

Generate accurate architecture diagrams as Mermaid — straight from the codebase, not from imagination — by first choosing which view answers...

Auth Flow Reviewer Code Review & Testing

Read-only review of authentication AND authorization flows — session/token model, cookie flags, CSRF, token rotation, password-reset/email-v...

Background Job Reliability Auditor DevOps & Infrastructure

Audit scheduled jobs, queue consumers, workers, and asynchronous workflows for delivery assumptions, idempotency, retries, poison messages,...

Branch Rebaser Code Review & Testing

Rebase the current branch onto its base and walk every conflict methodically, resolving each by understanding both sides. Use when your feat...

Bundle Analyzer DevOps & Infrastructure

Analyze a JS/TS production bundle and surface the biggest size wins — heavy dependencies, duplicate packages, missing code-splitting, oversi...

Other Coding skills

Karpathy Guidelines multica-ai/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make...

Webapp Testing anthropics/skills

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI be...

MCP Builder anthropics/skills

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-design...

Claude API anthropics/skills

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model...

Web Artifacts Builder anthropics/skills

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS,...

Improve Codebase Architecture mattpocock/skills

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.