ambient-code
Official@ambient-code
Breakthrough Software Engineering Concepts
Agent Skills by ambient-code
Showing 17 vetted skills indexed across 4 GitHub repositories.
dev-team
Coordinate multi-agent teams with role-based orchestration and quality gates.
pr
Automate fork-based pull request creation with authentication and fallback handling.
reproduce
Reproduce reported bugs and document observable behavior with minimal test cases.
test
Generate regression tests and structured verification for bug fixes.
document
Generate bug-fix documentation artifacts including release notes and changelogs.
diagnose
Analyze reproduction data and code paths to identify root causes of bugs.
controller
Coordinate phase-based Bugfix workflow execution with user approval gates.
assess
Assess bug reports to identify gaps and propose a reproduction plan.
fix
Diagnose codebase bugs and implement minimal fixes with regression testing.
summary
Synthesize bugfix workflow artifacts into a summary of decisions, status, and outstanding items.
speedrun
Automate progression through incomplete bugfix workflow phases.
workflow-editor
Validate and edit ACP workflows under workflows/ with JSON checks.
workflow-creator
Generate complete ACP workflow files, prompts, agents, commands, and README.
dev-cluster
Manage Kind and Minikube clusters for the Ambient Code Platform.
review
Automates code reviews for security, correctness, and maintainability with severity-tagged reports.
setup-claude-md
Generates CLAUDE.md configuration files with YAML frontmatter and markdown body.
implement-type-annotations
Add type hints to Python and TypeScript code with mypy and the TypeScript compiler.
Frequently Asked Questions About ambient-code
FAQPage SchemaWhat specific software engineering tasks are enabled by these capabilities?▼
These capabilities enable systematic bug reproduction, regression testing, and codebase maintenance. Users can diagnose root causes, generate structured verification tests, implement minimal code fixes, and synthesize comprehensive release documentation or changelogs through orchestrated phases.
Which personas benefit most from these engineering primitives?▼
Software engineers, maintainers, and quality assurance leads benefit from these primitives. They are designed for developers managing complex repositories who require structured, repeatable processes for bug tracking, code review, and maintaining high-quality documentation standards across distributed teams.
What are the prerequisites for implementing these engineering processes?▼
Implementation requires a local environment configured for Kind or Minikube clusters. Users must maintain a repository structure compatible with the defined configuration files and ensure their codebase supports standard type-hinting practices for TypeScript and other supported languages.