@code-scaffold/skills-cli
v1.0.12
Published
Ad-hoc installer for Code Scaffold skills
Readme
Code Scaffold Skills CLI
Version: 1.0.5 Repository: Code Scaffold
Description
The @code-scaffold/skills-cli is the official ad-hoc deployment engine for provisioning autonomous agent skills into any local codebase. It orchestrates lightning-fast git sparse-checkout routines to extract nested skill payloads from a target GitHub monorepo (such as the Code Scaffold .skills architecture) and seamlessly integrates them into your current working directory.
Usage
You do not need to install this package permanently. The recommended usage is via npx to ensure you are always executing the latest deployment logic.
To provision a skill natively into your project, simply run:
npx -y @code-scaffold/skills-cli add <author>/<skill-name>Example
Deploying the comprehensive Cybersecurity Toolkit:
npx -y @code-scaffold/skills-cli add upioneer/cybersecurity-toolkitHow It Works
- Targeting: The CLI parses the requested identifier (e.g.,
upioneer/cybersecurity-toolkit). - Extraction: It connects directly to the target author's GitHub repository and executes a
git sparse-checkoutto pull only the requested skill folder. - Integration: It deposits the payload into a universally neutral
.skills/<skill-name>directory inside your local project. - Universal Agent Auto-Discovery: The CLI actively bridges the gap between disparate AI ecosystems by dynamically constructing cross-platform pointer files (e.g.,
.agents/skills.jsonfor Google Antigravity,.devin/rules/skills.mdfor Devin CLI/Desktop,.cursor/rules/skills.mdcfor Cursor,CLAUDE.mdfor Claude Code, and.opencode.mdfor OpenCode). This instantly tricks any AI agent into auto-discovering the newly installed capability with absolutely zero configuration required by the developer.
