Agent skill · AI & Agents

macro-systems

Expert skill for designing and implementing macro systems including hygienic macros, procedural macros, and macro expansion. Supports pattern-based macros, quasi-quotation, and hygiene management.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill macro-systems --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/programming-languages/skills/macro-systems/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Macro Systems Skill Design and implement macro systems for programming languages, from simple text-based macros to sophisticated hygienic macro systems. ## Capabilities - Design macro invocation syntax and patterns - Implement pattern-based macro matching and expansion - Implement hygienic macro expansion with scope management - Handle macro-generated identifier collision avoidance - Implement procedural/syntax macros with AST manipulation - Design quasi-quotation systems for code generation - Handle macro debugging and error reporting - Implement macro expansion tracing for development ## Usage Invoke this skill when you need to: - Design a macro system for a new language - Implement hygienic macro expansion - Create procedural macro APIs - Build quasi-quotation facilities - Debug macro expansion issues ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | macroType | string | Yes | Type of macro system (pattern, procedural, hygienic) | | targetLanguage | string | Yes | Language for macro implementation (Rust, Scheme, etc.) | | syntax | object | No | Custom syntax specifications | | hygieneModel | string | No | Hygiene model (set

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Feature Options
  5. Output Structure
  6. Macro System Types
  7. Pattern-Based Macros (Scheme-style)
  8. Procedural Macros (Rust-style)
  9. Hygienic Expansion
  10. Quasi-Quotation Implementation
  11. Expansion Tracing
  12. Error Handling
  13. Workflow
  14. Best Practices Applied
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the macro-systems skill do?

Expert skill for designing and implementing macro systems including hygienic macros, procedural macros, and macro expansion. Supports pattern-based macros, quasi-quotation, and hygiene management.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill macro-systems --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going