add gstack skill symlinks, graphify skill, and gitignore updates

Track all gstack-provided skill symlinks (autoplan, browse, qa, etc.)
and the graphify skill. Add .claude/, graphify-out/, .ctx7-cache/ to
gitignore to exclude local/generated files from the repo.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
bastien 2026-04-12 14:56:03 +02:00
parent 35ea5c1a49
commit 0dac12b885
41 changed files with 1333 additions and 23 deletions

7
.gitignore vendored
View File

@ -3,6 +3,13 @@
# Symlink created by link.sh (GStack submodule target)
skills/gstack
# Local project config (per-machine, not shared)
.claude/
# Generated outputs
graphify-out/
.ctx7-cache/
# Install logs
install-*.log

View File

@ -56,3 +56,15 @@ Apply unless repo-specific instructions override.
- Stop if requirements are unclear. Ask, don't guess.
- No invented context. List unknowns before continuing.
# graphify
- **graphify** (`~/.claude/skills/graphify/SKILL.md`) - any input to knowledge graph. Trigger: `/graphify`
When the user types `/graphify`, invoke the Skill tool with `skill: "graphify"` before doing anything else.
## graphify
This project has a graphify knowledge graph at graphify-out/.
Rules:
- Before answering architecture or codebase questions, read graphify-out/GRAPH_REPORT.md for god nodes and community structure
- If graphify-out/wiki/index.md exists, navigate it instead of reading raw files
- After modifying code files in this session, run `python3 -c "from graphify.watch import _rebuild_code; from pathlib import Path; _rebuild_code(Path('.'))"` to keep the graph current

1
skills/autoplan/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/autoplan/SKILL.md

1
skills/benchmark/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/benchmark/SKILL.md

1
skills/browse/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/browse/SKILL.md

1
skills/canary/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/canary/SKILL.md

1
skills/careful/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/careful/SKILL.md

1
skills/checkpoint/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/checkpoint/SKILL.md

1
skills/codex/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/codex/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/connect-chrome/SKILL.md

1
skills/cso/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/cso/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/design-consultation/SKILL.md

1
skills/design-html/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/design-html/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/design-review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/design-shotgun/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/devex-review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/document-release/SKILL.md

1
skills/freeze/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/freeze/SKILL.md

View File

@ -0,0 +1 @@
0.4.2

1276
skills/graphify/SKILL.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/gstack-upgrade/SKILL.md

1
skills/guard/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/guard/SKILL.md

View File

@ -1,23 +0,0 @@
---
name: health
description: Run setup diagnostic — check symlinks, plugins, permissions, token budget
argument-hint: (no arguments needed)
disable-model-invocation: true
allowed-tools: Bash
---
Run the health check script:
```bash
bash $HOME/.claude/doctor.sh 2>/dev/null || {
REPO=$(dirname "$(readlink "$HOME/.claude/CLAUDE.md" 2>/dev/null)" 2>/dev/null)
bash "$REPO/doctor.sh"
}
```
After displaying the doctor.sh output:
- **CRITICAL token (>30%)** → suggest `/plugin-check` to disable unused plugins; list the heaviest ones.
- **WARNING token (>15%)** → note which toggle plugins are active and not needed.
- **Errors (symlinks, agents)** → show the exact fix command (`bash link.sh`).
- **Warnings only** → confirm setup is functional, note any action recommended.
- **All pass** → confirm healthy and operational.

1
skills/health/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/health/SKILL.md

1
skills/investigate/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/investigate/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/land-and-deploy/SKILL.md

1
skills/learn/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/learn/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/office-hours/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/open-gstack-browser/SKILL.md

1
skills/pair-agent/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/pair-agent/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/plan-ceo-review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/plan-design-review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/plan-devex-review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/plan-eng-review/SKILL.md

1
skills/qa-only/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/qa-only/SKILL.md

1
skills/qa/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/qa/SKILL.md

1
skills/retro/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/retro/SKILL.md

1
skills/review/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/review/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/setup-browser-cookies/SKILL.md

View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/setup-deploy/SKILL.md

1
skills/ship/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/ship/SKILL.md

1
skills/unfreeze/SKILL.md Symbolic link
View File

@ -0,0 +1 @@
/home/bchanot-ubuntu/Documents/claude/skills-external/gstack/unfreeze/SKILL.md