Skip to content
Skill

claudekit-engineering

by kevinnguyen271090

AI Summary

Claude Kit Engineering helps developers add reference files and scripts to Claude skills, streamlining skill extension and documentation management. It benefits developers building modular AI-assisted coding workflows.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "claudekit-engineering" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory (5 files)
mkdir -p .claude/skills/skill && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/SKILL.md "https://raw.githubusercontent.com/kevinnguyen271090/claudekit-engineering/main/.claude/commands/skill/add.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/create.md "https://raw.githubusercontent.com/kevinnguyen271090/claudekit-engineering/main/.claude/commands/skill/create.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/fix-logs.md "https://raw.githubusercontent.com/kevinnguyen271090/claudekit-engineering/main/.claude/commands/skill/fix-logs.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/optimize.md "https://raw.githubusercontent.com/kevinnguyen271090/claudekit-engineering/main/.claude/commands/skill/optimize.md" && mkdir -p .claude/skills/skill/optimize && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/skill/optimize/auto.md "https://raw.githubusercontent.com/kevinnguyen271090/claudekit-engineering/main/.claude/commands/skill/optimize/auto.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Claude Kit Engineering

Requirements

<reference-or-script-prompt> $2 </reference-or-script-prompt>

Arguments

$1: skill name (required, default: "") $2: reference or script prompt (required, default: "") If $1 or $2 is not provided, ask the user to provide it.

Your mission

Add new reference files or scripts to a skill at .claude/skills/$1 directory.

Rules of Skill Creation:

Base on the requirements: • Always keep in mind that SKILL.md and reference files should be token consumption efficient, so that progressive disclosure can be leveraged at best. • SKILL.md is always short and concise, straight to the point, treat it as a quick reference guide. • If you're given nothing, use AskUserQuestion tool for clarifications and researcher subagent to research about the topic. • If you're given an URL, it's documentation page, use Explore subagent to explore every internal link and report back to main agent, don't skip any link. • If you receive a lot of URLs, use multiple Explore subagents to explore them in parallel, then report back to main agent. • If you receive a lot of files, use multiple Explore subagents to explore them in parallel, then report back to main agent. • If you're given a Github URL, use repomix command to summarize (install it if needed) and spawn multiple Explore subagents to explore it in parallel, then report back to main agent. IMPORTANT: • Skills are not documentation, they are practical instructions for Claude Code to use the tools, packages, plugins or APIs to achieve the tasks. • Each skill teaches Claude how to perform a specific development task, not what a tool does. • Claude Code can activate multiple skills automatically to achieve the user's request.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 4mo ago
Stale
AdoptionUnder 100 stars
13 ★ · Niche
DocsMissing or thin
Undocumented

GitHub Signals

Stars13
Forks23
Issues1
Updated4mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code