aibuilder.sh
SkillsAgentsCommandsPlugins
LearnStats
aibuilder.sh

Composable building blocks for Claude Code

Built with BrainGrid

Filters

Filters1

Type

Task

Filters1

Type

Task

author:atopile
18 artifacts found
skillby atopile
2w ago

ato

Authoritative ato authoring and review skill: language reference, stdlib, design patterns, and end-to-end board design workflow.

1 repos4 installs
$npx ai-builder add skill atopile/ato
skillby atopile
5d ago

fabll

How FabLL (faebryk.core.node) maps Python node/trait declarations into the TypeGraph + instance graph, including field/trait invariants and instantiation patterns. Use when defining new components or traits, working with the Node API, or understanding type registration.

1 repos0 installs
$npx ai-builder add skill atopile/fabll
skillby atopile
2w ago

dev

LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.

1 repos0 installs
$npx ai-builder add skill atopile/dev
skillby atopile
2w ago

sexp

How the Zig S-expression engine and typed KiCad models work, how they are exposed to Python (pyzig_sexp), and the invariants around parsing, formatting, and freeing. Use when working with KiCad file parsing, S-expression generation, or layout sync.

1 repos0 installs
$npx ai-builder add skill atopile/sexp
skillby atopile
2w ago

graph

How the Zig-backed instance graph works (GraphView/NodeReference/EdgeReference), the real Python API surface, and the invariants around allocation, attributes, and cleanup. Use when working with low-level graph APIs, memory management, or building systems that traverse the instance graph.

1 repos0 installs
$npx ai-builder add skill atopile/graph
skillby atopile
2w ago

pyzig

How the Zig↔Python binding layer works (pyzig), including build-on-import, wrapper generation patterns, ownership rules, and where to add new exported APIs. Use when adding Zig-Python bindings, modifying native extensions, or debugging C-API interactions.

1 repos0 installs
$npx ai-builder add skill atopile/pyzig
skillby atopile
2w ago

solver

How the Faebryk parameter solver works (Sets/Literals, Parameters, Expressions), the core invariants enforced during mutation, and practical workflows for debugging and extending the solver. Use when implementing or modifying constraint solving, parameter bounds, or debugging expression simplification.

1 repos0 installs
$npx ai-builder add skill atopile/solver
skillby atopile
2w ago

faebryk

How Faebryk's TypeGraph works (GraphView + Zig edges), how to traverse/resolve references, and how FabLL types/traits map onto edge types. Use when working with TypeGraph traversal, edge types, or building type-aware queries.

1 repos0 installs
$npx ai-builder add skill atopile/faebryk
skillby atopile
2w ago

planning

Spec-driven planning for complex design tasks: when to plan, how to write specs as .ato files, and how to verify against requirements.

1 repos0 installs
$npx ai-builder add skill atopile/planning
skillby atopile
2w ago

library

How the Faebryk component library is structured, how `_F.py` is generated, and the conventions/invariants for adding new library modules. Use when adding or modifying library components, traits, or module definitions.

1 repos0 installs
$npx ai-builder add skill atopile/library
skillby atopile
2w ago

frontend

Frontend standards for atopile extension webviews: architecture, contracts, design system, and testing workflow.

1 repos0 installs
$npx ai-builder add skill atopile/frontend
skillby atopile
2w ago

compiler

How the atopile compiler builds and links TypeGraphs from `.ato` (ANTLR front-end → AST → TypeGraph → Linker → DeferredExecutor), plus the key invariants and test entrypoints. Use when modifying the compiler pipeline, grammar, AST visitors, or type resolution.

1 repos0 installs
$npx ai-builder add skill atopile/compiler
skillby atopile
2w ago

code-review

LLM-focused code review process for this repo: what to check, how to ground feedback in invariants/tests, and how to verify changes efficiently (including test-report.json).

1 repos0 installs
$npx ai-builder add skill atopile/code-review
skillby atopile
2w ago

ato-language

Reference for the `.ato` declarative DSL: type system, connection semantics, constraint model, and standard library. Use when authoring or reviewing `.ato` code.

1 repos0 installs
$npx ai-builder add skill atopile/ato-language
skillby atopile
2w ago

agent-summary

Generate short live progress summaries for the atopile agent from recent tool events, preambles, checklist changes, and build state. Use for ephemeral UI activity text only, never for transcript replies or autonomous reasoning.

1 repos0 installs
$npx ai-builder add skill atopile/agent-summary
skillby atopile
2w ago

atopile-skills

How to write and maintain `.claude/skills/*/SKILL.md` files: source-of-truth-first process, verification steps, and conventions.

1 repos0 installs
$npx ai-builder add skill atopile/atopile-skills
skillby atopile
2w ago

agent

Core runtime behavior for the atopile sidebar agent: identity, persistence model, execution rules, and tool recipes.

1 repos0 installs
$npx ai-builder add skill atopile/agent
skillby atopile
1w ago

lsp

How the atopile Language Server works (pygls), how it builds per-document graphs for completion/hover/defs, and the invariants for keeping it fast and crash-proof.

1 repos0 installs
$npx ai-builder add skill atopile/lsp
You've reached the end