
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
@specd/skills
Advanced tools
Skill registry API for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev).
Skill registry API for specd. For more information, visit getspecd.dev.
Skill — domain model with name, description, and templates.SkillTemplate — lazy-loaded template file with filename and getContent().SkillBundle — a resolved set of skill files read from a directory.GetSkill — retrieve a skill by name.ListSkills — list all available skills in a directory.ResolveBundle — read and parse all files in a skill directory.createSkillRepository — creates a SkillRepository adapter backed by the filesystem.import { createSkillRepository } from '@specd/skills'
const repo = createSkillRepository({ startDir: process.cwd() })
const skills = await repo.list()
const skill = await repo.get('commit')
Skills are markdown files with a SKILL.md in their root. Templates are stored under templates/ within the package and referenced by skill directories in agent plugin packages.
MIT
FAQs
Skill registry API for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev).
We found that @specd/skills demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.