auto-workflow-builder

Solid

Analyze a URL and generate a tailored aeon.yml schedule with skill suggestions

AI & Automation 508 stars 166 forks Updated today MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- autoresearch: variation B — sharper output (priority tiers + data-verification gates + delta-against-existing + exit taxonomy) --> > **${var}** — URL to analyze (GitHub repo, X account, blog, project site, API docs, etc.). Multiple URLs comma-separated. Prefix with `force:` to re-analyze a URL already in the ledger. ## Overview The operator runs this on-demand to decide *what to enable* for a new watch target. Original produces a wall of tables with no priority and recommends skills that may not actually have data to work with. This version: 1. Verifies every recommendation is backed by an *observed* signal on the URL. 2. Tiers output into **MUST** (2–3 max), **SHOULD**, **NICE** with a one-line concrete "why". 3. Emits a *delta* against current `aeon.yml` rather than a full config dump. 4. Stays silent (no notification, no article) when existing config already covers the URL. 5. Anchors skill names in `skills.json` (authoritative), not a stale mapping table. --- ## Steps ### 0. Parse input and load context If `${var}` is empty → exit `AUTO_WORKFLOW_EMPTY`, notify `auto-workflow: set var= to one or more URLs (comma-separated)`. Parse `${var}`: - Split on `,`, trim each entry - Detect `force:` prefix on any entry → sets `force=true` for that URL (skip ledger dedup) - Normalize each URL: - Add `https://` if scheme missing - `twitter.com/` → `x.com/` - `@handle` → `https://x.com/handle` - Strip trailing `/`, fragment, and tracking params (`utm_*`, `ref`, `sr...

Details

Author
aaronjmars
Repository
aaronjmars/aeon
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

workflow-generator

FIRE when user intent matches any of the following conditions — EXPLICIT TRIGGERS: /workflow-generator; "generate workflow"; "create workflow diagram"; "show workflow" ARCHITECTURAL VISUALIZATION INTENT: user wants to visualize, diagram, draw, map, or generate a system architecture diagram / component diagram / service topology / service map / architecture overview / system overview / data flow diagram / pipeline diagram for the current project or a specified project path. PHRASING VARIANTS THAT SHOULD ROUTE HERE: "how does this system work", "what talks to what", "show me the components", "map the services", "diagram this", "visualize the stack", "show request flow", "show data flow", "trace the pipeline", "architecture of this project", "system map", "service dependencies", "component graph", "what calls what", "show me the architecture", "draw the architecture", "explain the system design", "infrastructure diagram". CAPACITY / CONCURRENCY ANALYSIS INTENT: user asks about concurrent request capacity, max th

0 Updated 2 days ago
askuma
AI & Automation Listed

autonomous-workflow

Execute complete feature development cycles autonomously — from task intake through tested PR delivery — using isolated Git worktrees. Phase-based workflow (0–7) with optional companion skills for planning, quality gates, TDD, UX, code quality, docs, and CI verification. Companions skip silently if not installed. Triggers on "implement autonomously", "end-to-end", "in isolation", "in a worktree", or independent feature work. Invoke with /autonomous-workflow.

5 Updated yesterday
mthines
AI & Automation Listed

workflow

Use to run a dynamic, goal-driven workflow — orchestrate a multi-step goal by composing skills, tools, and MCPs, with a quality gate and verification at each step. Trigger on "/workflow", "run the <name> workflow", "orchestrate X", or a multi-step recurring goal ("draft the investor update", "give me my morning brief"). Follows references/sops/dynamic-workflows.md and the wf-*.md cards. Respects the autonomy/cadence gate (auto on reversible/internal, draft-then-approve on external/regulated).

10 Updated 5 days ago
alirezarezvani