Ground Stack

Ground the right stack philosophy for the current technology context.

attac-t af1be51 605 B Updated

File contents

Skill: Ground Stack

"Right philosophy for the right technology."

Execute

available_skills
    | where name ~ "*:ground-*"
    | where name !~ "kernel:ground-*"
    | where skill's technology context matches current task
    | parallel Skill

-> "Stack grounded: [names]." or "No stack context."

Multiple stacks can ground simultaneously (e.g., Pest tests for Laravel). Skip stacks already grounded this session. ⛔ Do NOT ground all stacks blindly. Match to the task.

attac-t/the-foundry/tree/main/plugins/kernel/skills/ground-stack commit af1be519b3

Frequently asked questions

npx skillmds@latest add attac-t/ground-stack