darrenhindedarrenhindeCommunityΒ·19 Agent Skills Included

OpenAgentsControl

Teach AI agents your coding patterns for consistent, production-ready code

Teaches AI coding agents your project's patterns, standards, and conventions so generated code matches your codebase from the start. Eliminates hours of refactoring generic AI output by loading your rules before any code is written. Adds approval gates, task breakdown, code review, and test generation so teams ship validated code faster.
npx skills add darrenhinde/OpenAgentsControl --all -g -y

All Skills in This Repository (19)

Pure Emerald Level Indicators
πŸ“¦ In Repo
darrenhindedarrenhinde

parallel-execution

Executes independent subtasks simultaneously via multiple subagent invocations in a single message.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

task-breakdown

Breaks complex features into atomic subtasks with dependency tracking and JSON task files.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

using-oac

Enforces invocation of OAC workflow skills before any AI response or action.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

context-discovery

Discovers and ranks project coding standards and conventions before implementation begins.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

code-review

Reviews code files for security vulnerabilities, correctness issues, and style violations with severity-ranked findings.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

external-research

Fetches and caches current API documentation for external libraries before writing code.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

context-setup

Installs project or global context files from a registry using bash or node installer scripts.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

debugger

Diagnose bugs and test failures through a four-phase root cause investigation process.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

code-execution

Implements coding subtasks from JSON specifications with mandatory self-review and acceptance criteria validation.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

oac-approach

Proposes a concise implementation plan for user approval before writing any code.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

test-generation

Generates unit tests following TDD principles and project testing standards.

Community
Intermediate
πŸ“¦ In Repo
darrenhindedarrenhinde

verification-before-completion

Requires running verification commands and reading output before claiming work is complete.

Community
Basic

Frequently Asked Questions

FAQPage Schema
How to install OpenAgentsControl?β–Ό

Run `npx skills add darrenhinde/OpenAgentsControl --all -g -y` in your terminal to install all skills in this suite globally.

How do I make AI write code that matches my project style?β–Ό

OpenAgentsControl stores your coding standards and patterns in context files that agents load before generating code, so output matches your conventions without refactoring.

Does OpenAgentsControl work with Claude Code?β–Ό

Yes. It ships as a Claude Code plugin with specialized subagents, workflow skills, and slash commands, and it also runs on OpenCode with any AI model.

Can AI agents break large features into smaller tasks?β–Ό

Yes. The task-breakdown skill splits complex features into atomic subtasks with dependencies, acceptance criteria, and parallel execution tracking.

Do I need coding experience to use OpenAgentsControl?β–Ό

Basic development knowledge helps, but agents propose plans and request your approval before executing, so you stay in control of every change.

Related Repositories in Software Engineering

View All in Software Engineering→