fazxesfazxesCommunityΒ·21 Agent Skills Included

Claude-code

Rebuilt coding CLI source with bundled plugin development skills

Reconstructs a production coding CLI from recovered TypeScript source, including the terminal UI, tool system, hooks, and plugin loader. Bundles ready-made skills for building MCP servers, plugins, hooks, subagents, slash commands, and interactive HTML playgrounds. Eliminates guesswork when extending a coding assistant with custom automations, integrations, and workflows.
npx skills add fazxes/Claude-code --all -g -y
Available:

Tells the agent how to build and run this reconstructed CLI with Bun, which files are read-only stubs, and how the architecture (tools, hooks, plugins, prompts) is organized so it modifies the codebase safely.

All Skills in This Repository (21)

Pure Emerald Level Indicators
πŸ“¦ In Repo
fazxesfazxes

claude-automation-recommender

Analyze a codebase to identify Claude Code automation opportunities across hooks, subagents, skills, plugins, and MCP servers.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

build-mcp-server

Design and scaffold MCP servers for integration with Claude.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

build-mcp-app

Build and deploy MCP apps with inline UI widgets for chat surfaces.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

build-mcpb

Package an MCP server into a self-contained .mcpb bundle with runtime.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

claude-md-improver

Identifies CLAUDE.md files in a repository and generates quality reports with proposed improvements.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

playground

Generates a self-contained HTML file with inline CSS and JavaScript for interactive playgrounds.

Community
Intermediate
πŸ“¦ In Repo
fazxesfazxes

example-skill

Provide a Claude Code plugin skill template with required frontmatter fields.

Community
Intermediate
πŸ“¦ In Repo
fazxesfazxes

example-command

Demonstrate a minimal slash-command skill layout with frontmatter fields.

Community
Basic
πŸ“¦ In Repo
fazxesfazxes

command-development

Generates compliant CodeGearX command skeletons with customizable options and metadata.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

skill-development

Create structured Claude Code plugin skills with SKILL.md and references.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

plugin-settings

Read and interpret per-project plugin configuration from YAML frontmatter in .claude/plugin-settings.local.md files.

Community
Advanced
πŸ“¦ In Repo
fazxesfazxes

Kubernetes Operations

Detail Kubernetes cluster deployment, scaling, and troubleshooting best practices.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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→