Alex Mares
Community@allemaar
AI & Systems Architect · Researcher · YounndAI · Textual Kinematics · YON · SAI
Agent Skills by Alex Mares
Showing 70 vetted skills indexed across 1 GitHub repositories.
prime-expand
Expands vague knowledge gaps into concrete questions and validated source candidates via a delegated sub-agent.
budget-check
Checks active Claude Code usage against a token ceiling before launching multi-agent waves.
human-draw
Renders information as printable ASCII diagrams on a monospace grid using seven composable shapes.
defuddle
Extract clean markdown from web pages using the Defuddle CLI.
plan-cleanup
Removes planning artifacts and tech debt left behind after plan execution.
domain-check
Reconcile conflicting domain availability verdicts across RDAP, DNS, brokers, and registrars.
insight-assess
Evaluates decisions and implementations across quality dimensions to deliver a structured verdict.
map-maintain
Runs one bounded MYK stewardship cycle of checking, Handler-approved repairs, and targeted recheck.
human-merge
Merge multiple agent or analyst reports into one decision-ready surface with traced figures.
insight-explore
Generates and compares multiple implementation options before committing to an approach.
plan-evolve
Generates a next-version plan by evolving an existing plan, codebase, or shipped artifact.
map-rules
Routes Markdown organization operations to required Map Your Knowledge protocol rules before reasoning.
verify
Validates intent, plan, and execution artifacts against sources before phase transitions.
human-output
Applies a five-rule contract for writing decision-ready prose for human readers.
insight-angles
Surfaces unseen frames, typed connections, and hidden assumptions about a subject using multi-lens analysis passes.
prose-audit
Diagnose semantic repetition, filler, and structural bloat in existing text.
self-improve
Detects concrete weaknesses in a skill after it runs and drafts approval-gated improvement diffs.
handoff
Generates structured handoff briefs with YAML frontmatter and YON blocks for cold agent sessions.
plan-deep-dive
Inspects each phase of a multi-phase plan for gaps, quality issues, and future risks.
obsidian-markdown
Write valid Obsidian-Flavored Markdown with wikilinks, embeds, callouts, and frontmatter properties.
investigate
Gather read-only facts about files, dependencies, and patterns in a codebase.
orient-gaps
Detect blockers, open forks, loose ends, and silent gaps in projects via a read-only subagent sweep.
plan-execute
Executes an approved plan step-by-step with drift detection and explicit verification gates.
caller-options
Detects venue and mode optionality in skill invocations and surfaces routing choices to the caller.
Frequently Asked Questions About Alex Mares
FAQPage SchemaWhat tasks can I accomplish with allemaar's skill library?▼
You can orchestrate multi-agent waves with budget gates, create and execute phased plans with verification checkpoints, run adversarial multi-persona reviews, extract clean markdown from web pages, audit coupled constants across call sites, manage Obsidian vaults (notes, bases, canvases), and rewrite dense agent output into human-readable reports.
Who is the target user for these skills?▼
Engineers and technical leads running Claude Code, Codex, or shared .agents runtimes who need governed delegation, formal phase gates, and evidence-based review. The runtime field on skills like new-skill-creator and audit-coupled-constant explicitly lists claude, codex, and agents as supported surfaces.
How are the skills invoked and executed at runtime?▼
Each skill triggers via a slash command (e.g. /plan-create, /verify, /cold-review) or natural-language phrases defined in its frontmatter. Skills chain through declared next-skills handoffs, and several bundle required companion scripts such as budget-check.mjs or orient-validate.mjs executed inside the skill folder.
Are allemaar's skills free and open source?▼
All 70 skills in the manifest declare visibility: public, meaning they are openly published in the registry. No pricing, paid tier, or license fee is stated anywhere in the skill frontmatters; they are distributed as public skill folders with bundled reference contracts.
What prerequisites or dependencies do these skills require?▼
Most skills are self-contained, but some declare requires-skills (map-maintain needs map-rules, map-check, and map-this) and several bundle mandatory companion files like human-contract.md or orient-validate.mjs. budget-check depends on the ccusage command, and Obsidian skills require a running Obsidian instance for live vault operations.