Skip to content

Repository files navigation

Claude-Code

Proxify's Claude Code acceleration toolkit. Skills, agents, and guides for agentic engineering.

Install

# Install all skills
npx skills add proxify-dev/Claude-Code

# Install a specific skill
npx skills add proxify-dev/Claude-Code@skill-architecture
npx skills add proxify-dev/Claude-Code@agent-development

Quick Start

  1. Install Claude Code
  2. Install Proxify skills: npx skills add proxify-dev/Claude-Code
  3. Write your project's CLAUDE.md
  4. Learn the workflow patterns

Skills

Skill Description
skill-architecture How to design skills that reach agents at the right time. Covers context efficiency, distribution layers, and framing.
agent-development Agent structure, system prompts, triggering conditions, and MCP server configuration for Claude Code.

Documentation

Getting Started

Guides

Skills

Agents

Reference

Plugin Structure

This repo is a Claude Code plugin. It distributes:

  • Skills (skills/) — installed via npx skills add
  • Agents (agents/) — bundled subagents (coming soon)
  • Docs (docs/) — guides and references for engineers
Claude-Code/
├── .claude-plugin/plugin.json    # Plugin manifest
├── skills/                       # Distributable skills
├── agents/                       # Bundled agents (future)
└── docs/                         # Guides and resources
    ├── getting-started/
    ├── guides/
    ├── skills/
    ├── agents/
    └── reference/

Contributing

Add a skill

  1. Create skills/<skill-name>/SKILL.md with valid frontmatter
  2. Add references/ for deep content
  3. Submit a PR — becomes installable via npx skills add proxify-dev/Claude-Code@<skill-name>

Add an agent

  1. Create agents/<agent-name>.md with frontmatter (name, description, model, color)
  2. Write the system prompt as the markdown body
  3. Submit a PR

Add documentation

  1. Add a markdown file to the appropriate docs/ subdirectory
  2. Update this README with a link
  3. Submit a PR

About

Fast-track your agentic engineering skills with Claude Code guides, resources, and tips

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages