Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/paleo/alignfirst/alignfirst-setup-guidenpx skills add paleo/alignfirst --skill alignfirst-setup-guidegit clone --depth 1 https://github.com/paleo/alignfirstWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00044 | $0.01295 |
| Opus 5 | $0.00022 | $0.00647 |
| Sonnet 5 | $0.00009 | $0.00259 |
| Haiku 4.5 | $0.00004 | $0.00129 |
Grade A, and why
alignfirst-setup-guide scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AlignFirst Setup Guide
Route by the user's intent. Load only the references needed for that route.
Terminology
AlignFirst is both the core alignfirst skill and the umbrella name for the related software
development tooling in this repository. In skill contexts, AlignFirst means the core skill, used
alone or with its command-alias companions. The core skill and any installed companions are the
AlignFirst skills. Use AlignFirst tooling for the broader product family when the
distinction matters.
The alignfirst skill contains the protocols. Its seven human-invoked command companions are
alspec, alplan, al, almerge, alreview, aldescription, and alread. The command skills
keep disable-model-invocation: true, humans invoke them as /alspec in Claude Code, GitHub
Copilot, Cursor, or $alspec in Codex.
alignfirst-setup-guide and alignfirst-developer-openclaw-playbook are separate skills.
plans-share is an optional companion to AlignFirst skills, not a fourth independent recommendation.
Named Tool
When the user names a tool, inspect the repository and proceed directly to that tool. Install or upgrade only what they requested.
- AlignFirst skills: alignfirst-skills-setup.md. For an existing v1 or v2 installation, start with alignfirst-upgrade.md.
- plans-share: plans-share-setup.md.
- docmap: docmap-setup.md.
- workspace: workspace-setup.md.
Do not present the tooling menu or add unrelated tools on this route.
Tooling Recommendation
When the user asks what the project could adopt, inspect the repository and present these independent choices:
- AlignFirst skills add collaborative specification, planning, implementation, merge, review,
description, and task-reading commands. When the team has a plans repository, plans-share can back
the project's
.plansdirectory. - docmap makes the repository's
docs/tree discoverable to agents and humans. - workspace creates isolated git-worktree development environments.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/alignfirst-developer-template/base/.gitignore 98 B
- assets/alignfirst-developer-template/base/AGENTS.md 2.8 KB
- assets/alignfirst-developer-template/base/DEVELOPERS.md 1.8 KB
- assets/alignfirst-developer-template/base/docs/configuration.md 1.9 KB
- assets/alignfirst-developer-template/base/docs/gotchas.md 7.7 KB
- assets/alignfirst-developer-template/base/docs/installations/01-server-setup.md 7.6 KB
- assets/alignfirst-developer-template/base/docs/installations/02-admin-repository.md 3.0 KB
- assets/alignfirst-developer-template/base/docs/installations/03-toolchain.md 4.6 KB
- assets/alignfirst-developer-template/base/docs/installations/04-openclaw.md 12 KB
- assets/alignfirst-developer-template/base/docs/installations/05-openclaw-dependencies.md 7.1 KB
- assets/alignfirst-developer-template/base/docs/installations/06-security-hardening.md 7.1 KB
- assets/alignfirst-developer-template/base/docs/operations/add-project.md 3.2 KB
- assets/alignfirst-developer-template/base/docs/operations/configure-developer.md 2.6 KB
- assets/alignfirst-developer-template/base/docs/operations/recover-developer.md 3.2 KB
- assets/alignfirst-developer-template/base/docs/operations/update-developer.md 5.1 KB
- assets/alignfirst-developer-template/base/docs/operations/update-workspace.md 2.5 KB
- assets/alignfirst-developer-template/base/docs/overview.md 3.1 KB
- assets/alignfirst-developer-template/base/docs/troubleshooting.md 2.3 KB
- assets/alignfirst-developer-template/base/infra/openclaw/.env.example 1.5 KB
- assets/alignfirst-developer-template/base/infra/openclaw/.gitignore 5 B
- assets/alignfirst-developer-template/base/infra/openclaw/alproject/.alproject.json 188 B
- assets/alignfirst-developer-template/base/infra/openclaw/alproject/alproject-guide.md 633 B
- assets/alignfirst-developer-template/base/infra/openclaw/bin/apply-workspace.sh 2.2 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/bin/backup.sh 2.0 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/bin/developer-kill.sh 4.3 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/bin/developer-maintenance.sh 7.5 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/environment.d/common.conf 552 B
- assets/alignfirst-developer-template/base/infra/openclaw/seed.sh 5.1 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/seed/common.sh 6.8 KB runs code
- assets/alignfirst-developer-template/base/infra/openclaw/workspace/HEARTBEAT.md 164 B
- assets/alignfirst-developer-template/base/infra/openclaw/workspace/IDENTITY.md 468 B
- assets/alignfirst-developer-template/base/infra/openclaw/workspace/SOUL.md 395 B
- assets/alignfirst-developer-template/base/infra/openclaw/workspace/TOOLS.md 0 B
- assets/alignfirst-developer-template/base/infra/openclaw/workspace/USER.md 367 B
- assets/alignfirst-developer-template/base/package.json 405 B
- assets/alignfirst-developer-template/base/README.md 1.6 KB
- assets/alignfirst-developer-template/base/scripts/workspace/workspace.mjs 1.1 KB runs code
- assets/alignfirst-developer-template/variants/coding-agents/claude-code/CLAUDE.md 11 B
- assets/alignfirst-developer-template/variants/coding-agents/claude-code/docs/installations/08-coding-agent.md 8.2 KB
- assets/alignfirst-developer-template/variants/coding-agents/claude-code/infra/openclaw/coding-agent/CLAUDE.md 1.6 KB
- assets/alignfirst-developer-template/variants/coding-agents/claude-code/infra/openclaw/environment.d/coding-agent.conf 317 B
- assets/alignfirst-developer-template/variants/coding-agents/claude-code/infra/openclaw/seed/coding-agent.sh 616 B runs code
- assets/alignfirst-developer-template/variants/coding-agents/codex/docs/installations/08-coding-agent.md 10 KB
- assets/alignfirst-developer-template/variants/coding-agents/codex/infra/openclaw/coding-agent/AGENTS.md 1.6 KB
- assets/alignfirst-developer-template/variants/coding-agents/codex/infra/openclaw/environment.d/coding-agent.conf 340 B
- assets/alignfirst-developer-template/variants/coding-agents/codex/infra/openclaw/seed/coding-agent.sh 646 B runs code
- assets/alignfirst-developer-template/variants/options/dev-server-gateway/docs/installations/09-dev-server-gateway.md 7.6 KB
- assets/alignfirst-developer-template/variants/options/dev-server-gateway/infra/gateway/authelia.yml 979 B
- assets/alignfirst-developer-template/variants/options/dev-server-gateway/infra/gateway/Caddyfile 556 B
- assets/alignfirst-developer-template/variants/surfaces/discord/docs/installations/07-channel.md 4.1 KB
- assets/alignfirst-developer-template/variants/surfaces/discord/docs/operations/pair-dm-sender.md 711 B
- assets/alignfirst-developer-template/variants/surfaces/discord/infra/openclaw/.env.example 2.3 KB
- assets/alignfirst-developer-template/variants/surfaces/discord/infra/openclaw/seed/surface.sh 2.7 KB runs code
- assets/alignfirst-developer-template/variants/surfaces/discord/infra/openclaw/workspace/AGENTS.md 6.9 KB
- assets/alignfirst-developer-template/variants/surfaces/slack/docs/installations/07-channel.md 7.0 KB
- assets/alignfirst-developer-template/variants/surfaces/slack/infra/openclaw/.env.example 2.1 KB
- assets/alignfirst-developer-template/variants/surfaces/slack/infra/openclaw/seed/surface.sh 2.6 KB runs code
- assets/alignfirst-developer-template/variants/surfaces/slack/infra/openclaw/workspace/AGENTS.md 6.5 KB
- assets/dev-server.mjs 4.0 KB runs code
- assets/workspace.mjs 13 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 124 lines · 44 tokens per session scan A d3dd609f251a
alignfirst-setup-guide is a skill published in the GitHub repository paleo/alignfirst (85 stars, last pushed 2d ago), licensed CC0-1.0. It adds 44 tokens to every session and 1,295 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
vibe-to-agentic-framework
The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc.
agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
presentation-structure
Knowledge about the presentation slide format, weight system, navigation, and section structure.
presentation-styling
Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation.
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API.
time-skill
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.