claude-code

Create, manage, and share Skills with standardized SKILL.md metadata in Claude Code workflows.

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/anhxuanpham/astro-chart --skill claude-code-anhxuanpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/anhxuanpham/astro-chart/tree/main/.claude/skills/claude-code
Command: npx skills add https://github.com/anhxuanpham/astro-chart --skill claude-code-anhxuanpham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Claude Code enables autonomous, plug-and-play coding workflows, including slash commands, agent skills, MCP integrations, and IDE tooling to speed up development while reducing risk and repetitive work.

Core Features & Use Cases

  • Slash commands & skills: /cook, /plan, /fix, /test, /docs and modular SKILLs to extend Claude.
  • MCP & Plugins: connect external tools, services, and automation into your workflow.
  • IDE integration & CI/CD workflows: streamline coding, testing, and deployment.

Quick Start

Try: claude-code "design a Node.js REST API scaffold with authentication and tests".

Frequently Asked Questions about claude-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate coding workflows with Claude Code?

Claude Code automates coding workflows by executing agent skills that create, manage, and deploy code through slash commands, MCP server integrations, and CI/CD pipeline hooks. Configure Skills with standardized metadata, connect external tools via MCP, and trigger automation directly from your IDE or deployment pipeline.

Can I integrate Claude Code with my CI/CD pipeline?

Yes. Claude Code workflows support CI/CD pipeline integration through configured hooks and plugins. Deploy Skills securely, automate testing and deployment tasks, and connect external services via MCP servers to streamline your entire development lifecycle.

What's the difference between slash commands and Skills in Claude Code?

Slash commands like /cook, /plan, /fix, /test, and /docs are quick-access triggers for specific tasks. Skills are modular, reusable agents with standardized metadata (name, description, version, author) and SKILL.md instructions that extend Claude's capabilities and can be discovered, managed, and shared across teams.

How do I create and share a Claude Code Skill?

Define your Skill with standardized metadata schema, write SKILL.md with instructions and examples, package resources and scripts, then use Skill management CRUD APIs to register and deploy. Share via the automatic Skill discovery system for team access and enterprise deployment.

Do I need to know MCP to use Claude Code plugins?

No. Claude Code abstracts MCP complexity through plugin configuration. You configure MCP servers and hooks to connect external tools and services, but the framework handles the integration details so you focus on workflow automation without deep protocol knowledge.

What happens if a Skill fails during execution in a CI/CD pipeline?

Skill execution within CI/CD workflows follows your pipeline's error handling rules. Secure plugin deployment guidance in Claude Code documentation covers failure scenarios, logging, and rollback strategies to ensure reliable automation and reduce deployment risk.