Public repository for AI agentic skills.
npx skills add https://github.com/linksofteu/linksoft_skills --skill openspec-workitem-enrichmentCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Public repository for AI agentic skills.
See CONTRIBUTING.md for contribution guidelines.
Create a new folder under skills/:
skills/<skill-name>/Add a SKILL.md file with YAML frontmatter:
Required fields: name, description, and metadata in this shape:
metadata:
author: Your Name or Handle
version: 1.0.0
Recommended naming: lowercase with hyphens (for example, my-new-skill)
Write clear instructions in SKILL.md:
Add supporting assets as needed:
scripts/ for helper scriptsreferences/ for on-demand documentationevals/evals.json for skill evaluationREADME.md for human-facing usage notesSet licensing for the skill:
LICENSE (and NOTICE when required) in the skill folder for license overridesValidate locally before publishing:
npx skills add . --list to confirm the skill is discoverablenpx skills add . --skill <skill-name> to verify install flowSee the Agent Skills specification for much more detail on how to correctly structure your skills.
This repository is licensed under the MIT License.
All skills are licensed under the repository license unless a skill folder explicitly includes a different license.
If a skill includes its own LICENSE (and where applicable NOTICE), that license governs that skill's contents.
To override the default license for a specific skill, add these files in that skill folder:
skills/<skill-name>/LICENSEskills/<skill-name>/NOTICE (when required, such as Apache-2.0 attribution)