sc-skill

Solid

SI-Coder skill discovery and installation workflow. Search installed Agent Skills by keyword, inspect matching slash skills, create a new managed skill, or install a complete skill bundle with scripts/references/assets using sc-skill. Use when the user asks to find a skill for UI, UX, deployment, email, database, automation, or another capability; asks to install/add/create a skill; or invokes /sc-skill --new.

AI & Automation 12 stars 2 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
37
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# sc-skill — discover first, install safely, then verify ## Language Keep durable instructions in English. Reply in the user's language unless requested otherwise. ## Default workflow When the user asks for a new capability or says to install/create a skill: 1. Search before installing: ```bash sc-skill <keywords> ``` Use the user's intent words, not only a guessed skill name. Examples: `sc-skill ui`, `sc-skill accessibility mobile`, `sc-skill email`, `sc-skill database`. 2. If an installed skill already owns the task, use that skill instead of creating a duplicate. 3. If a new skill is needed and the exact creation contract is unclear, run: ```bash sc-skill --new ``` In a non-interactive agent shell this returns a machine-readable contract describing the required inputs and what SC fills automatically. 4. Do **not** manually invent search tags by default. SC derives tags and aliases from the skill name, description, `use_when`, and instructions. Provide `--tags` or `--aliases` only to correct a materially wrong result. 5. Verify after installation with: ```bash sc skill show <name> --json sc-skill <expected-keyword> ``` ## Create a skill from a concise intent For a new local workflow: ```bash sc-skill --new release-readiness \ --description "Check tests, security, rollback readiness, release artifacts, and live health before publishing." ``` Default scope is project. Use `--scope global` only when the capability should be reusable ...

Details

Author
rahmanef63
Repository
rahmanef63/si-coder-agent
Created
5 months ago
Last Updated
2 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category