BeClaude

dev-toolchain

New
GitHubGeneralby victoriacheng15

A portable library of standardized AI agent skills and orchestration scripts, built on the SKILL.md open standard to streamline consistent engineering workflows across diverse LLM clients.

First seen 6/5/2026

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-toolchain.md https://raw.githubusercontent.com/victoriacheng15/dev-toolchain/main/SKILL.md
3
Invoke in Claude Code
/dev-toolchain
View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is dev-toolchain?

A portable library of standardized AI agent skills and orchestration scripts, built on the SKILL.md open standard to streamline consistent engineering workflows across diverse LLM clients.

How to install dev-toolchain?

To install dev-toolchain: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/dev-toolchain.md https://raw.githubusercontent.com/victoriacheng15/dev-toolchain/main/SKILL.md. Finally, /dev-toolchain in Claude Code.

What is dev-toolchain best for?

dev-toolchain is a skill categorized under General. It is designed for: agent. Created by victoriacheng15.