symfonia-ai-tools 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symfonia-ai-tools",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "AI tooling setup for your project - Claude Code, GitHub Copilot, Cursor, Gemini, Junie, GSD",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1 +1,15 @@
1
1
  Read and follow .ai/guidelines.md as mandatory context for all work in this project.
2
+
3
+ ## Skills
4
+
5
+ This project has workflow skills in `.github/skills/`. Each subdirectory contains a `SKILL.md` with a complete workflow.
6
+
7
+ **Before starting any task**, scan `.github/skills/` for a matching skill. If the user's request matches a skill's trigger or description, follow that skill's workflow step by step.
8
+
9
+ **How to use skills:**
10
+ 1. List available skills: read directory names in `.github/skills/`
11
+ 2. Check if user's request matches a skill name or its YAML frontmatter `description`
12
+ 3. If match found — read the full `SKILL.md` and follow its steps
13
+ 4. If user explicitly asks for a skill by name (e.g. "use smf-debug") — always load and follow it
14
+
15
+ **Proactive skill suggestions:** When you recognize a task that matches an available skill, suggest it to the user before proceeding manually.