Add workstation skill library with categories and tags#342
Open
naiam-studio wants to merge 5 commits into
Open
Add workstation skill library with categories and tags#342naiam-studio wants to merge 5 commits into
naiam-studio wants to merge 5 commits into
Conversation
Organized skill library for AI agent workflows with Unix-like structure: - 13 category directories with symlink-based references - YAML frontmatter tags for filtering (Markdown_TAG compatible) - workstation-navigation meta-skill for optimal search protocol - Incorporated skills capturing repo-specific wisdom and practices - Reference in AGENTS.md and CLAUDE.md for agent discovery
- Move all skills to naiam-studio/my-skills repo - Add .engram-personal symlink for portable memory layer - Add .workstation/skills symlink to my-skills repo - Update .gitignore to exclude installed directories - Remove tracked content (kept locally via symlinks)
- Restore shared skills (worldforge, gentle-ai, incorporated) - Add .personal symlink to my-skills (gitignored) - Update .gitignore to exclude personal directories - Other devs get shared skills, personal stays hidden
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a Unix-like organized skill library under
.workstation/skills/with:workstation-navigationmeta-skill for optimal search protocolMotivation
Agents need a fast, organized way to find relevant skills without reading every SKILL.md file. The library uses Unix-like directory structure where categories contain symlinks to canonical sources, making it trivial to add new skills or create custom views.
Structure
Changes
.workstation/README.md.workstation/skills/README.md.workstation/skills/sources/incorporated/.workstation/skills/sources/worldforge/.workstation/skills/sources/gentle-ai/.workstation/skills/all/.workstation/skills/incorporated/.workstation/skills/for-agents/.workstation/skills/config/AGENTS.md.workstation/reference in Documentation MapCLAUDE.md.workstation/skills/in structure, layering, and skillsTest Plan