원클릭으로
skill-creator
Meta-skill that teaches the Agent how to create NEW skills correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Meta-skill that teaches the Agent how to create NEW skills correctly.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Deep knowledge of Strapi CMS, including official docs and internal engineering patterns.
Expert knowledge on AI Engineering, LangChain, LangGraph, and Vibe Coding patterns.
Tools for maintaining and indexing the Agent Brain (.agent/knowledge).
Enforces quality gates (Lint, Typecheck, Test) before task completion.
Uses the codeconcat tool to generate context files from the codebase.
API for the Agent to interact with the Daicer Backend via CLI.
| name | skill-creator |
| description | Meta-skill that teaches the Agent how to create NEW skills correctly. |
Use this skill when the user asks you to "create a skill" or "learn a new capability".
To create a new skill named <skill-name>:
Create Directory: mkdir -p .agent/skills/<skill-name>/references
Create SKILL.md: Write .agent/skills/<skill-name>/SKILL.md with YAML frontmatter.
---
name: <skill-name>
description: <short-description>
---
# <Human Readable Name>
<Instructions on WHEN and HOW to use this skill>
## References
- [Ref 1](references/ref-1.txt)
Migrate Knowledge: Move huge text blobs into .agent/skills/<skill-name>/references/.
SKILL.md should be lightweight (instructions only). Heavy data goes in references/.Register: Add the skill to .agent/skills/project-context/references/llms.txt.
SKILL.md. Use references/.references/. Text only.