Agent skill · AI & Agents

module-systems

Expert skill for designing module systems including resolution algorithms, import/export mechanisms, visibility control, namespace management, and cyclic dependency handling.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill module-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: 11 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/programming-languages/skills/module-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

# Module Systems Skill Design and implement module systems for programming languages with support for resolution, loading, visibility, and dependency management. ## Capabilities - Design module/import/export syntax - Implement module resolution algorithms - Handle cyclic module dependencies - Implement visibility/access control - Design namespace management systems - Support module aliases and re-exports - Implement lazy/on-demand module loading - Design package/crate system integration ## Usage Invoke this skill when you need to: - Design a module system for a new language - Implement module resolution algorithms - Handle complex dependency graphs - Build visibility and access control systems - Integrate with package managers ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | moduleStyle | string | Yes | Style (es6, commonjs, rust, ml) | | resolutionStrategy | string | Yes | Resolution (node, rust, python, custom) | | features | array | No | Features to implement | | cyclicHandling | string | No | How to handle cycles (error, lazy, tarjan) | | visibility | object | No | Visibility model configuration | ### Feature Options ```jso

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Feature Options
  5. Output Structure
  6. Module System Types
  7. ES6-Style Modules
  8. Rust-Style Modules
  9. ML-Style Modules
  10. Resolution Algorithms
  11. Node.js-Style Resolution
  12. Rust-Style Resolution
  13. Cyclic Dependency Handling
  14. Visibility Control
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
What does the module-systems skill do?

Expert skill for designing module systems including resolution algorithms, import/export mechanisms, visibility control, namespace management, and cyclic dependency handling.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill module-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