원클릭으로
aethergraph
aethergraph에는 AIperture에서 수집한 skills 3개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.