index 090f99b..4eef2e0 100644
@@ -4,7 +4,7 @@ visibility: public-edit
# tooling & infrastructure
-skill creators, installers, marketplaces, and orchestrators — the meta-layer.
+skill creators, installers, marketplaces, and orchestrators — the meta-layer. see [[creating-skills]] for how to build your own.
## creating skills
@@ -35,6 +35,8 @@ start with **antigravity** (biggest installer, most skills) and **[OfficialSkill
## orchestrators & multi-agent
+also see [[frameworks]] for development methodologies that use multi-agent patterns.
+
- **[claude-squad](https://github.com/smtg-ai/claude-squad)** — manage multiple Claude agents in separate workspaces.
- **[claude-swarm](https://github.com/parruda/claude-swarm)** — agent swarms.
- **[claude-code-flow](https://github.com/ruvnet/claude-code-flow)** — code-first orchestration.
@@ -57,4 +59,12 @@ start with **antigravity** (biggest installer, most skills) and **[OfficialSkill
## writing output
- **[caveman](https://github.com/JuliusBrussee/caveman)** (18.6k stars) — cuts 65% of tokens by making Claude talk like a caveman. genuinely useful for reducing cost/context consumption.
-- **[humanizer](https://github.com/blader/humanizer)** (13.4k stars) — removes signs of AI-generated writing.
\ No newline at end of file
+- **[humanizer](https://github.com/blader/humanizer)** (13.4k stars) — removes signs of AI-generated writing.
+
+## see also
+
+- [[creating-skills]] — the specification and how to build skills
+- [[frameworks]] — multi-skill development methodologies
+- [[official]] — Anthropic's skill-creator meta-skill
+- [[resources]] — directories, awesome lists, and community links
+- [[productivity]] — second-brain and workflow skills