with one click
aethergraph
aethergraph contains 3 collected skills from AIperture, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Build new AetherGraph agents and graphs quickly from user intent using @tool, @graph_fn, @graphify, run_async, start_server, and NodeContext service APIs. Use for fast creation, API-first coding, and producing runnable scaffolds or feature slices without over-constraining exact architecture patterns.
Build and iteratively repair AetherGraph `@tool + @graphify` workflows for Codex users from plain intent, existing scripts, docs, or an empty workspace. Use when a user wants a runnable workflow generated into their workspace, persisted as versioned files, validated with current `graphify` rules, registered as an app for AG UI, and optionally run or serve it through the current `python -m aethergraph` CLI.
Enforce and apply a consistent Python docstring style for methods and functions using the section order Intro, Examples, Args, Returns, and Notes. Use when creating or updating APIs, facades, mixins, services, contracts, or any code where docstrings must be machine-readable, example-driven, and strictly aligned with real method signatures.