dev-tools
NewDevelopment environment configuration skills for AeroSpace, WezTerm, and vim-ai
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:
/plugin marketplace add alexfazio/cc-skillsThen browse and install individual skills:
/plugin installOption 2: Manual Installation
Copy individual skill folders to your Claude Code skills directory:
cp -R skills/aerospace-config ~/.claude/skills/Available Skills
| Skill | Description |
|---|---|
| aerospace-config | Complete AeroSpace tiling window manager configuration assistant for macOS. Handles keybindings, workspace management, window rules, layouts, and debugging. |
| algorithmic-art | Create algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Generates original generative art, flow fields, and particle systems. |
| article-writer | Edit and refine blog articles and technical posts with a conversational, direct style. Includes automated style checking and strict guidelines. |
| cc-trace | Interactive assistant for intercepting and analyzing Claude Code API requests using mitmproxy. (Git submodule - see [alexfazio/cc-trace](https://github.com/alexfazio/cc-trace)) |
| skill-creator | Guide for creating effective skills. Use when building new skills or updating existing ones. |
| vim-ai-config | Manage vim-ai plugin configuration including .vimrc settings, custom roles, API keys, and model configurations. |
| wezterm-config | Complete WezTerm terminal emulator configuration assistant. Handles appearance, fonts, keybindings, SSH domains, multiplexing, and Lua scripting. |
Skill Structure
Each skill follows this structure:
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:
- Create a new folder in
skills/ - Add a
SKILL.mdwith proper YAML frontmatter - Include any scripts, references, or assets
- Submit a pull request
License
Individual skills may have their own licenses. See each skill's directory for details.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/dev-tools.md https://raw.githubusercontent.com/alexfazio/cc-skills/main/SKILL.md/dev-toolsFrequently 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.