Skip to main content
مستودع GitHub

flywheel

يحتوي flywheel على 15 من skills المجمعة من wsauret، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
12
محدث
2026-05-15
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

plan-creation
مطوّرو البرمجيات

Research codebase, validate external claims, and emit a work-ready spec.json for a new planning session. Single-pass creation with integrated validation via Context7 and locator/analyzer agents. Triggers on "create plan", "plan for", "write a plan". For exploratory requests where the user is unsure what to build, prefer brainstorm first. Once spec.json exists, use plan-review for evaluation or go straight to work. For a reviewed spec, use plan-consolidation to merge findings.

2026-05-15
work
مطوّرو البرمجيات

Execute spec.json (plan mode) or review.findings.json (fix-findings mode) by dispatching subagents per chunk. Triggers on "work on", "implement", "execute plan", "carry on", "continue".

2026-05-15
flywheel-conventions
مطوّرو البرمجيات

Shared conventions for Flywheel subagents. Tool discipline, output format, research patterns.

2026-04-27
work-review
محللو ضمان جودة البرمجيات والمختبرون

Perform exhaustive code reviews using multi-agent analysis. Reviews PRs, branches, or current changes. Writes review.findings.json to the active session. Triggers on "review", "code review", "check PR".

2026-04-27
plan-consolidation
متخصصو إدارة المشاريع

Refine the active session's spec.json by merging reviewer findings.json into it. Backs up the pre-refinement spec to a .pre-consolidation sidecar. Triggers on "consolidate plan", "finalize plan".

2026-04-26
plan-review
متخصصو إدارة المشاريع

Run ALL reviewer agents in parallel against a plan. Deduplicates findings semantically and writes findings.json to the active session. Triggers on "review plan", "check plan".

2026-04-26
yolo
مطوّرو البرمجيات

Autonomously execute the full plan → implement → review → fix cycle without stopping. The agent makes every decision, including answering open questions during plan-consolidation. Use when you'll be away from the keyboard and trust the agent to ship.

2026-04-26
brainstorm
متخصصو إدارة المشاريعمحللو أبحاث السوق ومتخصصو التسويق

Conversational exploration of ideas before detailed planning. One question at a time, 2-3 approaches, incremental validation. Triggers on "explore", "brainstorm", "think about". Once the approach is clear, use plan-creation to produce a spec.json.

2026-04-25
compound
مطوّرو البرمجيات

Document solved problems to compound team knowledge. Creates categorized docs with YAML frontmatter. Triggers on "that worked", "it's fixed", "compound".

2026-04-25
debug
مطوّرو البرمجيات

Debug issues with iterative fix loop. Gathers problem description, investigates, then enters fix-verify cycle. Triggers on "debug", "fix this", "troubleshoot". Use when the goal is to fix a specific reported issue. For exploration or new features, use brainstorm or plan-creation.

2026-04-25
plan
متخصصو إدارة المشاريع

Full planning workflow — create (with integrated validation), review, and consolidate. Orchestrates plan-creation, plan-review, and plan-consolidation. Triggers on "/plan", "create plan", "plan for".

2026-04-25
research
مطوّرو البرمجيات

Conduct comprehensive codebase research producing a persistent document. Use when you need to understand something BEFORE planning, or for pure exploration. Triggers on "research", "investigate", "explore codebase".

2026-04-25
language-standards
مطوّرو البرمجيات

Language-specific standards and idioms for Python, TypeScript, and SQL. Load when reviewing, implementing, or debugging code to apply the right conventions for the language at hand.

2026-04-25
ship
مطوّرو البرمجيات

Create branch, commit changes, and open PR with concise description. Triggers on "ship", "open pr", "send pr".

2026-04-25
astronomer-airflow
مطوّرو البرمجيات

Work with Airflow 3.x on Astronomer. Start/stop, create/trigger DAGs, read logs, run tests. Triggers on "astro", "airflow", "start airflow", "trigger dag", "dag logs".

2026-02-25