diff options
| author | main <main@swarm.moe> | 2026-05-25 02:13:20 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-05-25 02:13:20 -0400 |
| commit | ed6f3fcb743d34d8e54225c4d2829f558c1144ac (patch) | |
| tree | 288680e2a5e2e7f2856f4aad3e5cac0d672c58bb /style-doctrine/agents | |
| parent | d271cca1bf82a50c4ff3eb65269e6025a5baa9cd (diff) | |
| download | skills-ed6f3fcb743d34d8e54225c4d2829f558c1144ac.zip | |
Add style-doctrine skill
Diffstat (limited to 'style-doctrine/agents')
| -rw-r--r-- | style-doctrine/agents/openai.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/style-doctrine/agents/openai.yaml b/style-doctrine/agents/openai.yaml new file mode 100644 index 0000000..02e83b6 --- /dev/null +++ b/style-doctrine/agents/openai.yaml @@ -0,0 +1,4 @@ +interface: + display_name: "Style Doctrine" + short_description: "Load the house coding doctrine" + default_prompt: "Use $style-doctrine to load the house coding style doctrine and apply the relevant universal or language-specific guide before writing, reviewing, or refactoring code." |