You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/README.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,39 @@ Skills are principle-based guides that help coding agents (Claude Code, Cursor,
10
10
11
11
```bash
12
12
# Install via npx skills
13
-
npx skills add katanemo/plano-agent-skills
13
+
npx skills add katanemo/plano
14
14
```
15
15
16
+
This skills collection is published from the `skills/` directory in the `katanemo/plano` monorepo.
17
+
18
+
## Using Skills in Agents
19
+
20
+
After installation, these skills are available to your coding agent and can be invoked with normal language. You do not need special syntax unless your tooling requires it.
21
+
22
+
### Natural Language Invocation Examples
23
+
24
+
- "Use the Plano skills to validate this `config.yaml` and fix issues."
25
+
- "Apply Plano routing best practices to improve model/provider selection."
26
+
- "Review this agent listener config with the orchestration rules."
27
+
- "Refactor this filter chain to follow guardrail ordering best practices."
28
+
- "Audit this setup against Plano deployment and security recommendations."
29
+
30
+
### Prompting Tips for Better Results
31
+
32
+
- Name your goal and file: "Harden `config.yaml` for production."
33
+
- Ask for an action: "Generate a patch," "fix directly," or "explain the changes."
34
+
- Include runtime context when relevant: trace output, logs, listener errors.
35
+
- Ask for verification: "Run a final validation check after edits."
36
+
37
+
### Invoke by Skill Area (Optional)
38
+
39
+
-**Configuration:** "Use Plano configuration fundamentals on this config."
40
+
-**Routing:** "Use routing/model-selection skills to tune defaults and aliases."
41
+
-**Agent orchestration:** "Use agent orchestration skills to improve routing accuracy."
42
+
-**Filters/guardrails:** "Use filter-chain skills to harden input/output safety."
43
+
-**Observability:** "Use observability skills to add traceability and debug routing."
44
+
-**CLI/deployment:** "Use CLI and deployment skills to produce a startup checklist."
0 commit comments