32 Commits

Author SHA1 Message Date
OpenCode Agent 371e4c060c update: sync script to verify README coverage and document cowork/ system 2026-01-25 14:18:36 +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 73194fe78e Remove Perplexica search tools and scripts due to reliability issues
(captcha Searxng) and overall complexity - too many moving parts.
2026-01-20 17:12:36 +00:00
OpenCode Agent ed93befc55 Update README.md 2026-01-16 17:10:45 +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 ea8a8f068d Restructure documentation and remove templates
Remove the Commands2Skills template and update agent paths to reflect
their location in the agents/ directory. Shorten descriptions in
README.md and AGENTS.md for brevity and update recommended models.
2026-01-12 18:25:29 +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
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 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
Howaboua fccdec8103 Revise plugin installation instructions and template details
Updated installation instructions for Gemini/GLM Focused Mode plugin and restructured Commands2Skills Template section.
2026-01-04 18:36:21 +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 b418c68a9c Update README.md 2026-01-02 02:30:05 +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 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
Igor Warzocha 1e21cb5505 Add GPT prompt enhancer and thinking variants 2026-01-01 10:42:15 +00:00
Igor Warzocha 57c79609b2 Add mcp-installer skill for MCP server management
Adds skill to find, install, and configure MCP servers Includes catalog
of 16 common MCP servers Provides configuration examples and
troubleshooting guide
2025-12-28 02:24:32 +00:00
Igor Warzocha f04a85baa8 Add Gemini/GLM Focused Mode plugin 2025-12-27 11:03:00 +00:00
Igor Warzocha d5a39a22a6 Add /refactor and update /improve:save
Configure /improve:save to store prompts in an `enhanced-prompts`
directory and run as a subtask. Document the new /refactor command
focused on modularity and cleanup.
2025-12-27 10:55:16 +00:00
Igor Warzocha 8e8f4e7d67 Update README.md 2025-12-25 14:51:11 +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 0abdeda062 Update docs for Configurator and Convex API
- Add Opencode Configurator "Start Here" section
- Update Convex db operations to use explicit table names
- Add rule for pagination validators
2025-12-24 04:54:14 +00:00
Howaboua 13b19ad5a4 Enhance README with image and update command notes
Added an image to the README and updated notes on deprecated features and potential model issues.
2025-12-22 17:14:13 +00:00
Igor Warzocha 9fb7bdac53 Standardize agent context and orchestration
Add mandatory reading requirements to all agents and introduce
CODING-TS.md for universal coding standards. Update the main agent to
prioritize delegation to specialized subagents.
2025-12-20 12:30:21 +00:00
Igor Warzocha a3f3cb1005 Add enhanced prompt engineering commands with official model guides
- Add /improve:run command for immediate prompt enhancement and execution
- Add /improve:save command for prompt enhancement with review workflow
- Both commands integrate official prompt engineering guides from:
  * OpenAI GPT-5.1 & GPT-5.1 Codex
  * Anthropic Claude 4.5 Sonnet & Opus
  * Google Gemini 3 Pro
- Update README.md with new command descriptions
2025-11-30 19:49:18 +00:00
Igor Warzocha ec6dd85dce reorganize agent catalog and document stack-specific experts 2025-11-21 18:34:07 +00:00
Igor Warzocha b666a78256 add Authenticated Chrome DevTools MCP wrapper with security warnings 2025-11-19 17:16:08 +00:00
Igor Warzocha bdd4b1c858 document agent guidance and add Perplexica tooling 2025-11-17 16:00:34 +00:00
Igor Warzocha 10d852c0a7 Add root README.md and update .gitignore to include it 2025-11-17 13:57:32 +00:00