VerifiedGit
v1.0.0

ambient-router

by @dean0x0 pulls
URLopenbooklet.com/s/ambient-router
Pinnedopenbooklet.com/s/ambient-router@1.0.0
APIGET /api/v1/skills/ambient-router

This skill should be used when classifying user intent for ambient mode, auto-loading relevant skills without explicit command invocation. Used by the always-on UserPromptSubmit hook.

21 skills from this repodean0x/devflow
ambient-routerviewing
Apply Decisionsshared/skills/apply-decisions/SKILL.md

Canonical consumer algorithm for the `DECISIONS_CONTEXT` index passed by orchestrators. The index lists each ADR/PF entry with ID, truncated title, status, and area — not the full body. Use this skill to surface the right decisions and pitfalls for your task without loading the entire corpus.

Apply Feature Knowledgeshared/skills/apply-feature-kb/SKILL.md
Apply Knowledgeshared/skills/apply-knowledge/SKILL.md

Canonical consumer algorithm for the `KNOWLEDGE_CONTEXT` index passed by orchestrators. The index lists each ADR/PF entry with ID, truncated title, status, and area — not the full body. Use this skill to surface the right decisions and pitfalls for your task without loading the entire corpus.

boundary-validationshared/skills/boundary-validation/SKILL.md

This skill should be used when the user asks to "validate input", "parse request data", "handle form data", "add Zod schema", "sanitize user input", or creates API endpoints and system boundaries. Provides parse-don't-validate patterns with schema validation for type-safe boundary enforcement and hostile input defense.

complexityshared/skills/complexity/SKILL.md

This skill should be used when reviewing code for high cyclomatic complexity, deep nesting, or long functions.

complexity-patternsshared/skills/complexity-patterns/SKILL.md

This skill should be used when reviewing code for high cyclomatic complexity, deep nesting, or long functions.

consistencyshared/skills/consistency/SKILL.md

This skill should be used when reviewing code for naming convention violations, pattern deviations, or inconsistent API styles.

consistency-patternsshared/skills/consistency-patterns/SKILL.md

This skill should be used when reviewing code for naming convention violations, pattern deviations, or inconsistent API styles.

core-patternsshared/skills/core-patterns/SKILL.md

This skill should be used when the user asks to "handle errors", "inject dependencies", "return Result", "make it immutable", "compose with pipes", or implements business logic, error handling, or service composition. Provides Result type patterns, dependency injection, immutability by default, pipe composition, and structured logging for robust application architecture.

Debug Orchestrationshared/skills/debug:orch/SKILL.md

Agent pipeline for DEBUG intent in ambient ORCHESTRATED mode. Competing hypothesis investigation, parallel evidence gathering, convergence validation, and optional fix.

dependenciesshared/skills/dependencies/SKILL.md

This skill should be used when reviewing dependency changes, lock files, or package additions.

dependencies-patternsshared/skills/dependencies-patterns/SKILL.md

This skill should be used when reviewing dependency changes, lock files, or package additions.

docs-frameworkshared/skills/docs-framework/SKILL.md

This skill should be used when the user asks to "create a review report", "write a status log", "add documentation", "name this artifact", or creates files in the .docs/ directory. Provides naming conventions, templates, and directory structure for reviews, debug sessions, design docs, and all persistent DevFlow documentation artifacts.

Explore Orchestrationshared/skills/explore:orch/SKILL.md

Agent pipeline for EXPLORE intent in ambient GUIDED and ORCHESTRATED modes. Codebase analysis, flow tracing, dependency mapping, and architecture understanding.

feature-kbshared/skills/feature-kb/SKILL.md

Structures codebase exploration into a feature knowledge base

feature-knowledgeshared/skills/feature-knowledge/SKILL.md

Structures codebase exploration into a feature knowledge base

git-safetyshared/skills/git-safety/SKILL.md

This skill should be used when the user asks to "rebase safely", "manage branches", "fix merge conflicts", "clean git history", "undo a commit", or performs git operations that could lose work. Provides safety patterns for branch management, force-push prevention, index.lock handling, and sequential command execution to prevent data loss.

github-patternsshared/skills/github-patterns/SKILL.md

This skill should be used when the user asks to "comment on a PR", "create a release", "manage issues", "use gh CLI", "check PR status", or performs GitHub API operations. Provides patterns for PR comments, issue management, release workflows, rate limiting, and gh CLI usage for safe GitHub automation.

Implementation Orchestrationshared/skills/implement:orch/SKILL.md

Agent pipeline for IMPLEMENT intent in ambient ORCHESTRATED mode. Pre-flight checks, plan synthesis, Coder execution, and quality gates.

implementation-patternsplugins/devflow-resolve/skills/implementation-patterns/SKILL.md

This skill should be used when the user asks to "create an API endpoint", "add CRUD operations", "implement event handlers", "set up logging", "add configuration", or builds features involving database operations, REST/GraphQL APIs, pub/sub patterns, or service configuration. Provides implementation patterns that follow existing codebase conventions.

Auto-indexed from dean0x/devflow

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0