Commit Graph

6 Commits

Author SHA1 Message Date
m3tm3re
3e3b17de38 Migrate from Anytype to Obsidian across all skills and documentation 2026-01-27 20:09:05 +01:00
m3tm3re
240fde83dd Update Obsidian vault path from ~/knowledge to ~/CODEX 2026-01-27 19:10:13 +01:00
m3tm3re
63cd7fe102 Rename directories to plural form: skill/ → skills/, agent/ → agents/, command/ → commands/
- Rename skill/ to skills/ for consistency with naming conventions
- Rename agent/ to agents/ and command/ to commands/
- Update AGENTS.md with all directory references
- Update scripts/test-skill.sh paths
- Update prompts/athena.txt documentation

This aligns with best practices of using plural directory names and updates
all documentation to reflect the new structure.
2026-01-26 20:42:05 +01:00
m3tm3re
87bd75872c Fix Athena agent configuration and prompt to match agent-development skill guidelines
- Add explicit 'mode': 'subagent' field to athena agent
- Add 'temperature': 0.1 to athena agent for deterministic results
- Rename 'Core Capabilities' to 'Your Core Responsibilities:'
- Convert responsibilities from subsections to numbered list format
- Rename 'Ethical Guidelines' to 'Quality Standards'
- Remove references to non-existent validate-agent.sh script

All 6 related beads issues closed.
2026-01-26 19:34:43 +01:00
m3tm3re
975ce8f993 Add Athena research sub-agent and improve agent-development skill
- Add Athena sub-agent for non-technical research tasks
- Enhance agent-development skill with 6 improvements from reflection:
  * Add explicit mode field requirement (HIGH)
  * Add temperature recommendations by agent type (MEDIUM)
  * Enforce 'Core Responsibilities' header (MEDIUM)
  * Add numbered responsibility format guidance (LOW)
  * Note section name flexibility (LOW)
  * Add validation script alternative (LOW)
- Create 6 beads issues for Athena agent follow-up work
2026-01-24 19:40:38 +01:00
m3tm3re
ed8d624e69 Agent definition -> json 2026-01-06 08:52:00 +01:00