BeClaude

dev-tools

New
3Community RegistryGeneralby Alex Fazio

Development environment configuration skills for AeroSpace, WezTerm, and vim-ai

Community PluginView Source

Overview

A collection of custom skills for Claude Code, Anthropic's agentic coding tool.

What are Skills?

Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks. They teach Claude how to complete specific tasks in a repeatable way.

For more information, see:

Installation

Option 1: Install as Plugin Marketplace (Recommended)

Add this repository as a Claude Code plugin marketplace:

bash
/plugin marketplace add alexfazio/cc-skills

Then browse and install individual skills:

bash
/plugin install

Option 2: Manual Installation

Copy individual skill folders to your Claude Code skills directory:

bash
cp -R skills/aerospace-config ~/.claude/skills/

Available Skills

SkillDescription
aerospace-configComplete AeroSpace tiling window manager configuration assistant for macOS. Handles keybindings, workspace management, window rules, layouts, and debugging.
algorithmic-artCreate algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Generates original generative art, flow fields, and particle systems.
article-writerEdit and refine blog articles and technical posts with a conversational, direct style. Includes automated style checking and strict guidelines.
cc-traceInteractive assistant for intercepting and analyzing Claude Code API requests using mitmproxy. (Git submodule - see [alexfazio/cc-trace](https://github.com/alexfazio/cc-trace))
skill-creatorGuide for creating effective skills. Use when building new skills or updating existing ones.
vim-ai-configManage vim-ai plugin configuration including .vimrc settings, custom roles, API keys, and model configurations.
wezterm-configComplete WezTerm terminal emulator configuration assistant. Handles appearance, fonts, keybindings, SSH domains, multiplexing, and Lua scripting.

Skill Structure

Each skill follows this structure:

code
skill-name/
├── SKILL.md              # Required: Instructions and metadata
├── scripts/              # Optional: Executable code
├── references/           # Optional: Documentation loaded as needed
└── assets/               # Optional: Templates, images, etc.

Related Projects

  • [cc-trace](https://github.com/alexfazio/cc-trace) - Claude Code API request interception and analysis tool (included as submodule)

Contributing

Contributions welcome! To add a new skill:

  1. Create a new folder in skills/
  2. Add a SKILL.md with proper YAML frontmatter
  3. Include any scripts, references, or assets
  4. Submit a pull request

License

Individual skills may have their own licenses. See each skill's directory for details.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/dev-tools.md https://raw.githubusercontent.com/alexfazio/cc-skills/main/SKILL.md
3
Invoke in Claude Code
/dev-tools
View source on GitHub

Frequently Asked Questions

What is dev-tools?

Development environment configuration skills for AeroSpace, WezTerm, and vim-ai

How to install dev-tools?

To install dev-tools, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /dev-tools.

What is dev-tools best for?

dev-tools is a community categorized under General. Created by Alex Fazio.