Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@specd/skills

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@specd/skills

Skill registry API for [specd](https://github.com/specd-sdd/SpecD). For more information, visit [getspecd.dev](https://getspecd.dev).

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

@specd/skills

Skill registry API for specd. For more information, visit getspecd.dev.

Exports

Domain types

  • 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.

Use cases

  • GetSkill — retrieve a skill by name.
  • ListSkills — list all available skills in a directory.
  • ResolveBundle — read and parse all files in a skill directory.

Infrastructure

  • createSkillRepository — creates a SkillRepository adapter backed by the filesystem.

Usage

import { createSkillRepository } from '@specd/skills'

const repo = createSkillRepository({ startDir: process.cwd() })

const skills = await repo.list()
const skill = await repo.get('commit')

Skill templates

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.

License

MIT

FAQs

Package last updated on 30 Apr 2026

Did you know?

Socket

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.

Install

Related posts