# Ground Stack

> Ground the right stack philosophy for the current technology context.

- Skill: `attac-t/ground-stack` (Agent Skill)
- Install (CLI): `npx skillmds@latest add attac-t/ground-stack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/attac-t/ground-stack/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: attac-t (https://skillmd.com/u/attac-t)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/attac-t/ground-stack

---


# Skill: Ground Stack

> "Right philosophy for the right technology."

## Execute

```pseudo
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.

