Claude-code
Rebuilt coding CLI source with bundled plugin development skills
All Skills in This Repository (21)
Pure Emerald Level Indicatorsclaude-automation-recommender
Analyze a codebase to identify Claude Code automation opportunities across hooks, subagents, skills, plugins, and MCP servers.
build-mcp-server
Design and scaffold MCP servers for integration with Claude.
build-mcp-app
Build and deploy MCP apps with inline UI widgets for chat surfaces.
build-mcpb
Package an MCP server into a self-contained .mcpb bundle with runtime.
claude-md-improver
Identifies CLAUDE.md files in a repository and generates quality reports with proposed improvements.
playground
Generates a self-contained HTML file with inline CSS and JavaScript for interactive playgrounds.
example-skill
Provide a Claude Code plugin skill template with required frontmatter fields.
example-command
Demonstrate a minimal slash-command skill layout with frontmatter fields.
command-development
Generates compliant CodeGearX command skeletons with customizable options and metadata.
skill-development
Create structured Claude Code plugin skills with SKILL.md and references.
plugin-settings
Read and interpret per-project plugin configuration from YAML frontmatter in .claude/plugin-settings.local.md files.
Kubernetes Operations
Detail Kubernetes cluster deployment, scaling, and troubleshooting best practices.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-code?βΌ
Run `npx skills add fazxes/Claude-code --all -g -y` in your terminal to install all skills in this repository globally.
What is inside this repository?βΌ
It contains a rebuilt coding CLI from recovered TypeScript source, plus bundled official plugin skills for MCP servers, hooks, subagents, and plugin development.
How do I build and run the CLI?βΌ
Install Bun, then run `bun install`, `bun run build`, and `bun dist/cli.js` to launch the interactive terminal interface.
Can I build my own MCP server with these skills?βΌ
Yes. The bundled skills walk you through designing, scaffolding, packaging, and securing MCP servers, including remote HTTP and local bundled variants.
Do I need coding experience to use these skills?βΌ
Basic familiarity helps for the CLI itself, but the plugin and skill-development guides let your assistant handle most of the technical work from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core