Alex Mares avatar

Alex Mares

Community

@allemaar

0Followers
|
4Public Repos
|
70Published Skills

AI & Systems Architect · Researcher · YounndAI · Textual Kinematics · YON · SAI

Skills Distribution
DomainDeveloper To...Multi-Agent Orches.. (30%)Planning, Verifica.. (25%)Decision Analysis .. (20%)Obsidian Vault & K.. (15%)

Agent Skills by Alex Mares

Showing 70 vetted skills indexed across 1 GitHub repositories.

allemaarallemaar
14

prime-expand

Expands vague knowledge gaps into concrete questions and validated source candidates via a delegated sub-agent.

Community
Intermediate
allemaarallemaar
14

budget-check

Checks active Claude Code usage against a token ceiling before launching multi-agent waves.

Community
Intermediate
allemaarallemaar
14

human-draw

Renders information as printable ASCII diagrams on a monospace grid using seven composable shapes.

Community
Advanced
allemaarallemaar
14

defuddle

Extract clean markdown from web pages using the Defuddle CLI.

Community
Basic
allemaarallemaar
14

plan-cleanup

Removes planning artifacts and tech debt left behind after plan execution.

Community
Intermediate
allemaarallemaar
14

domain-check

Reconcile conflicting domain availability verdicts across RDAP, DNS, brokers, and registrars.

Community
Intermediate
allemaarallemaar
14

insight-assess

Evaluates decisions and implementations across quality dimensions to deliver a structured verdict.

Community
Intermediate
allemaarallemaar
14

map-maintain

Runs one bounded MYK stewardship cycle of checking, Handler-approved repairs, and targeted recheck.

Community
Advanced
allemaarallemaar
14

human-merge

Merge multiple agent or analyst reports into one decision-ready surface with traced figures.

Community
Advanced
allemaarallemaar
14

insight-explore

Generates and compares multiple implementation options before committing to an approach.

Community
Intermediate
allemaarallemaar
14

plan-evolve

Generates a next-version plan by evolving an existing plan, codebase, or shipped artifact.

Community
Intermediate
allemaarallemaar
14

map-rules

Routes Markdown organization operations to required Map Your Knowledge protocol rules before reasoning.

Community
Advanced
allemaarallemaar
14

verify

Validates intent, plan, and execution artifacts against sources before phase transitions.

Community
Intermediate
allemaarallemaar
14

human-output

Applies a five-rule contract for writing decision-ready prose for human readers.

Community
Intermediate
allemaarallemaar
14

insight-angles

Surfaces unseen frames, typed connections, and hidden assumptions about a subject using multi-lens analysis passes.

Community
Advanced
allemaarallemaar
14

prose-audit

Diagnose semantic repetition, filler, and structural bloat in existing text.

Community
Intermediate
allemaarallemaar
14

self-improve

Detects concrete weaknesses in a skill after it runs and drafts approval-gated improvement diffs.

Community
Advanced
allemaarallemaar
14

handoff

Generates structured handoff briefs with YAML frontmatter and YON blocks for cold agent sessions.

Community
Advanced
allemaarallemaar
14

plan-deep-dive

Inspects each phase of a multi-phase plan for gaps, quality issues, and future risks.

Community
Intermediate
allemaarallemaar
14

obsidian-markdown

Write valid Obsidian-Flavored Markdown with wikilinks, embeds, callouts, and frontmatter properties.

Community
Intermediate
allemaarallemaar
14

investigate

Gather read-only facts about files, dependencies, and patterns in a codebase.

Community
Intermediate
allemaarallemaar
14

orient-gaps

Detect blockers, open forks, loose ends, and silent gaps in projects via a read-only subagent sweep.

Community
Advanced
allemaarallemaar
14

plan-execute

Executes an approved plan step-by-step with drift detection and explicit verification gates.

Community
Intermediate
allemaarallemaar
14

caller-options

Detects venue and mode optionality in skill invocations and surfaces routing choices to the caller.

Community
Advanced

Frequently Asked Questions About Alex Mares

FAQPage Schema
What 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.