πŸ› οΈ
AutomationRust

Skilld

by skilld-dev

Skilld is an Automation skill for Claude Code, published by skilld-dev in skilld.

308 stars9 forkson skilld-dev/skilldAdded 2026/09/03Repository updated 2026/09/01
agent-skillsclaude-codeclicodexcursorgemini-cliregistryrustskill-mdskills
Install in seconds
Install Skilld
Copy Skilld into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/skilld-dev/skilld/tree/main/skills/skilld ~/.claude/skills/skilld

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/skilld-dev/skilld.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/skilld/SKILL.md in skilld-dev/skilld
Installs to
~/.claude/skills/skilld
Collection
One of 11 skills cataloged from this repository
Category
Automation β€” 1754 skills

What Skilld does

Skilld operates the skilld CLI to search, run, install, inspect, update, verify, restore, and remove Skills. Use it to manage Skill discovery and lifecycle from the terminal.

Skilld is cataloged under Automation on DirSkills. Skilld comes from a repository tagged agent-skills, claude-code, cli, codex and cursor.

Documentation

README

Use skilld CLI

Use skilld CLI to find, load, install, inspect, restore, update, verify, and remove Skills.

Run a Skill first. Install a Skill only when the user asks to keep it.

Use Agent output

Use --json with search, run, and update --check. These are the only commands that support JSON output. Use --plain when another command needs stable text.

Check the exit code before reading stdout. Read JSON success data only when _tag is Success. Read JSON failures from stderr. Report the error code and message.

An update check can exit with code 1 and return valid JSON. Read its update relations before treating that exit as a failure. Never parse formatted terminal output.

Search for a Skill

Run a focused search:

skilld search <query> --json

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skilld

  • What else does skilld-dev publish alongside Skilld?

    Skilld is one of 11 skills that DirSkills catalogs from skilld-dev/skilld, the repository it ships in. Its siblings there include Citty, Clack Prompts and Fixture Skill. Each one is a separate skill with its own page in this directory, installs the same way Skilld does, and is maintained by skilld-dev in that same repository. The rest of the collection is listed on the skilld-dev/skilld page.

  • How does Skilld compare to other Automation skills?

    Skilld ranks #1404 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skilld against them. Open each page to compare what they document and how they install.