41 Commits

Author SHA1 Message Date
OpenCode Agent 9561ad6785 Add CLI and centralized workflow registry
Implement an interactive CLI tool to browse and install workflow
packs. Consolidate decentralized manifests into a single root
registry for easier maintenance.
2026-01-28 21:47:03 +00:00
OpenCode Agent d513808ac0 Implement pack registry system and management CLI
Add registry.json manifests to agent packs and commands to support
structured discovery. Include a CLI for project initialization, a
registry generator script, and a plugin version locker. Add a new
learn command for session documentation.
2026-01-28 21:00:03 +00:00
OpenCode Agent d942a1f44f Refine command-creator skill and add /learn command
Update command-creator documentation with critical placeholder rules,
XML block structures, and direct address terminology. Add the /learn
command for documenting session findings and workarounds.
2026-01-27 17:59:58 +00:00
OpenCode Agent 43dac50468 Update repo-navigator README: reflect streamlined workflow 2026-01-27 12:27:16 +00:00
OpenCode Agent 5b4f1103b0 Refactor init command for high-density docs
Update initialization workflows to target ~50-line AGENTS.md files.
Prioritize documenting "one-shot" verification commands over
long-running processes. Revise routing logic for Basic, Full, and User
modes. Enforce stricter preservation rules for human-authored content
and explicitly exclude environment metadata.
2026-01-27 12:13:19 +00:00
OpenCode Agent 371e4c060c update: sync script to verify README coverage and document cowork/ system 2026-01-25 14:18:36 +00:00
OpenCode Agent eb0a342add fix: change MUST to SHOULD for todowrite in agents
Relax requirement level for todowrite usage from MUST to SHOULD
across all agent definitions to allow flexibility in task tracking.
2026-01-21 18:29:20 +00:00
Howaboua 8993383951 Update README.md 2026-01-20 21:00:46 +00:00
OpenCode Agent 795885b330 Add Repo Navigator pack and documentation skills
Introduce a specialized agent pack for repository documentation.
Includes a unified `/init` command with routing for AI navigation or
user assistance, alongside SOP skills for mapping codebases and
onboarding users.

- Add repo-navigator agent and pack documentation
- Implement `/init` command for automated AGENTS.md generation
- Add agent-navigation-sop and user-onboarding-sop skills
- Update root README and AGENTS.md guides
- Enhance skill-creator with bundled reference documents
2026-01-20 20:55:39 +00:00
OpenCode Agent a21b8f1ba1 Implement scoped skills and add Convex specialists
Introduce the Principle of Least Privilege to agent templates by
enforcing scoped skill permissions. This update adds five specialized
Convex skills to the VRTCT stack and updates documentation to reflect
the new architecture and folder structure.
2026-01-17 02:45:10 +00:00
OpenCode Agent 16f6cc5774 Standardize Convex and Vite skill definitions
Apply structured tags (<overview>, <rules>, <context>) across the
Vite-Convex stack. Update the database expert agent permissions and
modernize guidance for Convex Auth Beta and Tailwind v4.
2026-01-17 02:41:35 +00:00
OpenCode Agent c1322ff910 Add Convex skills and component references
Implement comprehensive skills for Convex auth, core, deployment, and
runtime. Add detailed component references for Agent, RAG, Workflow,
and Workpool patterns. Update the database expert agent with new
schema and security guidelines.
2026-01-17 02:16:06 +00:00
OpenCode Agent a50ab455f6 Rename and enhance repo-navigator agent
Rename repo-navigator-creator to repo-navigator and add support for
dual workflows (/init and /howto). Integrate explore subagent logic
for handling complex repositories and update the role definition and
quality checklist accordingly.
2026-01-16 17:07:45 +00:00
OpenCode Agent 3ccf0b6a50 Standardize core instructions for all agents
Add standardized blocks for core mission, safety standards, tool
discipline, LSP management, and engineering workflow to all agent
definitions. Include resumption protocols where applicable.
2026-01-16 16:49:52 +00:00
OpenCode Agent 3a82a60126 Add fast/smart agents and refactor command names
Introduce a fast/smart agent split to replace the legacy general
subagent. Rename improve commands to remove colons. Update the audit
script to support multi-line frontmatter and stricter example
validation.
2026-01-16 01:02:21 +00:00
OpenCode Agent 2698a1d765 feat: comprehensive repository overhaul and standardization
- Implement internal maintenance suite: repo-maintainer agent and automated audit/sync scripts.
- Add "Opencode Configurator" suite: agent-architect, command-creator, and skill-creator.
- Refactor core commands (/improve, /refactor, /rmslop) to RFC 2119 + XML standards.
- Standardize all agent metadata and structural tagging across the repository.
- Introduce utility commands: /npm for package management and /create-pack for bundling.
- Overhaul README.md and documentation to reflect new workflow patterns.
2026-01-12 18:16:06 +00:00
Howaboua c4961fa329 Add image to Component Engineer README
Added an image to the README for better visualization.
2026-01-11 14:45:45 +00:00
OpenCode Agent 01ee76f017 Reorganize agents and cleanup documentation
- Move top-level agent directories under agents/
- Remove deprecated skill permission warnings
- Update AGENTS.md to reflect new repository structure
2026-01-11 14:44:38 +00:00
OpenCode Agent 44de53700c Add component-engineer agent and skill package
Introduce a new agent and comprehensive skill set for professional React
component engineering. This includes specialized commands for component
review and creation based on a formal specification.

Key additions:
- New component-engineer agent and associated commands
- Deep knowledge-base skill covering accessibility and composition
- Integration of the specification into the VRTCT stack agents
2026-01-11 14:27:27 +00:00
OpenCode Agent 7756278a18 Fix permission ordering and delete enhancer plugin
Reorder permission blocks in agents to ensure the wildcard denial is
listed first, which is required for correct skill evaluation.

Update the permissions-update command documentation to clarify this
requirement.

Remove the gpt-oauth-prompt-enhancer plugin and disable the
gpt-oss-120b-medium model in the proxy configuration.
2026-01-10 23:29:26 +00:00
OpenCode Agent 31230f9a29 Add /loop command and document OC 1.1.2 bug
The Ralph Wiggum Loop is an autonomous orchestrator using stateful
subagent sessions and dynamic checklists for task verification.

Documentation now includes warnings that the skill permission system is
non-functional in OpenCode 1.1.2.
2026-01-05 13:52:36 +00:00
OpenCode Agent 65fb198c0a Simplify command descriptions
- 3-6 word user-friendly descriptions
- Complementary to command names
2026-01-05 01:12:50 +00:00
OpenCode Agent 9fc7c0216f Simplify agent and command descriptions
- Primary agents: 2-3 words for model routing
- Commands: 3-6 words for user clarity
- Specialists: Added routing examples to security-reviewer
2026-01-05 01:12:34 +00:00
OpenCode Agent 0a5e76927f Fixed frontmatter lacking quotes in skill 2026-01-04 23:37:32 +00:00
Howaboua ecde0f6cd6 Update README.md 2026-01-04 18:56:20 +00:00
Howaboua 8b46bea812 Update README.md 2026-01-04 18:55:20 +00:00
Howaboua 0c9a655310 Delete agents/parallel-PRD/.opencode/agent/gemini-pro-planner.md 2026-01-04 18:53:47 +00:00
Howaboua 9c5e3d5b30 Delete agents/parallel-PRD/.opencode/agent/gemini-flash-planner.md 2026-01-04 18:53:36 +00:00
OpenCode Agent fb935fec11 Allow proactive websearch/webfetch in parallel PRD workflow 2026-01-04 18:47:03 +00:00
OpenCode Agent 5936bc464c Add parallel-PRD and modernize permission schema
- Add parallel-PRD agent collection for multi-perspective planning
- Migrate agents and skills from legacy tools to permission schema
- Add permissions-update command to automate configuration modernization
- Update documentation to reflect new agent collections and schema
  changes
2026-01-04 18:33:23 +00:00
Test User 6b0f0375ae Rename gpt-oath to gpt-oauth and clean up READMEs
Fix a typo in the gpt-oauth-prompt-enhancer plugin name and remove
duplicate sentences and redundant text blocks from README files.
2026-01-02 02:23:07 +00:00
Test User fa9e864a38 Document agent skill configuration and defaults
Add instructions for enabling skills via YAML frontmatter. Clarify that
skills are disabled by default to prevent context pollution and specify
default skill sets for the Plugin Creator, Configurator, and Security
Reviewer agents.
2026-01-02 02:01:55 +00:00
Test User 313bf92d9f Standardize prompts using RFC 2119 and XML tags
Apply research-backed formatting across all agents, commands, and
plugins to improve LLM precision. This update also replaces the
commands-md-updater agent with a new /sync-commands workflow.
2026-01-02 01:39:46 +00:00
Test User b984f93b01 Update agent catalog and repository commands
- Add Security Reviewer with 10 new security skills.
- Split Vite-React expert into orchestrator and brain roles.
- Add /init and /refactor-rfc-xml commands.
- Update model references to GPT-5.2 and remove deprecated agents.
2026-01-02 01:25:05 +00:00
Test User 85c3224b34 Restrict agent skills and update definitions
Apply a default deny policy for skills across all agents. Refine
frontmatter descriptions for clarity and restructure the
commands-md-updater agent using semantic tags. Update the TypeScript
expert to include test writing capabilities.
2026-01-01 23:11:47 +00:00
Test User f0b4bbdb20 Update workflows for Skills and add VRTCT orchestrator
Remove CLAUDE.md and mark Commands2Skills as partially deprecated to
reflect OpenCode's native Skills support. Add VRTCT-orchestrator agent
and an init command for AGENTS.md. Improve template documentation.
2026-01-01 22:59:19 +00:00
Test User 9b70decd13 Standardize agent and command documentation
Convert markdown files to use XML-like tags for structure and adopt RFC
2119 keywords. Delete redundant generic agent definitions and update
coding guidelines to enforce stricter modularity, file size limits, and
barrel exports.
2026-01-01 21:18:18 +00:00
Igor Warzocha 3d251127da Delete glm-4-7.md 2025-12-27 11:09:22 +00:00
Igor Warzocha a8832236f5 Add Create OpenCode Plugin development system 2025-12-25 14:05:35 +00:00
Igor Warzocha 768a012438 Rename directories to lowercase in documentation 2025-12-24 11:00:03 +00:00
Igor Warzocha c2a0c1d5bd Rename directories to lowercase 2025-12-24 11:00:03 +00:00