Commit Graph

46 Commits

Author SHA1 Message Date
Test User b418c68a9c Update README.md 2026-01-02 02:30:05 +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 48cf3d2f69 Update models to Q4 2025 and add RFC/XML tool
Update model researcher and schema references to target Q4 2025 frontier
models. Add a refactor-rfc-xml command to restructure markdown files and
reorganize the AGENTS.md directory structure.
2026-01-02 01:02:16 +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
Test User 5cc407c679 Adopt RFC 2119 and XML tag style standards
Introduce a standardized style using RFC 2119 normative keywords and XML
tags to improve LLM prompt structure and parsing.

Includes a new style guide, an automated refactoring command, and
updates to existing agent and skill documentation.
2026-01-01 20:22:26 +00:00
Igor Warzocha 1e21cb5505 Add GPT prompt enhancer and thinking variants 2026-01-01 10:42:15 +00:00
Howaboua 89f144897e Update README with community input note and image
Added an important note about community input and updated the image.
2025-12-30 13:41:14 +00:00
Igor Warzocha 3ab8461795 security-reviewer: add README and fix false positive secret pattern 2025-12-30 13:32:14 +00:00
Igor Warzocha 28f82b776d Added GLM config to use with Anthropic API 2025-12-29 11:44:45 +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 804286fc83 Require assistant to run validation tests
Changes documentation to clarify that validation commands must be
executed by the assistant, not just suggested to the user.
2025-12-28 01:23:29 +00:00
Igor Warzocha e7288f1239 Add model-researcher skill for custom AI models 2025-12-27 15:12:42 +00:00
Igor Warzocha 3d251127da Delete glm-4-7.md 2025-12-27 11:09:22 +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 052e5d0266 Enforce modular plugin structure
Add CODING-TS.MD with coding architecture principles. Require plugins to
use subdirectories (plugin-name/index.ts) and split complex plugins into
multiple files under 150 lines each.
2025-12-26 13:51:41 +00:00
Igor Warzocha a84c358332 Update publishing guide to ask user for details
Adds a "Before Publishing" section to prompt the user for package name,
scope, version, and license. Updates package.json and README examples to
use placeholders instead of hardcoded values. Includes instructions for
scoped package publishing.
2025-12-25 16:48:59 +00:00
Igor Warzocha aa4244bea2 Update plugin creator docs and permissions
Clarify that OpenCode auto-installs dependencies and remove npm install
instructions. Update package.json to use peerDependencies and include
example config files. Restrict agent permissions.
2025-12-25 16:02:14 +00:00
Howaboua 002f0e8804 Add image to OpenCode Plugin Generator README
Added an image to the README for better visualization.
2025-12-25 14:52:19 +00:00
Igor Warzocha 8e8f4e7d67 Update README.md 2025-12-25 14:51:11 +00:00
Igor Warzocha b806352463 Update README.md 2025-12-25 14:48: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
Howaboua b56beab888 Fix capitalization in README headings 2025-12-24 05:07:22 +00:00
Howaboua cb04bba2b8 Add image to OpenCode Configurator README
Added an image to the README for visual reference.
2025-12-24 05:03:24 +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
Igor Warzocha ab87ebb519 Remove subtask flag from howto command 2025-12-22 17:27:29 +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 b19d8b2307 Add build agent configuration and documentation
- Introduces a new build agent with "no fluff" enhancement approach
- Appends strict implementation standards and intentional minimalism
- Updated README.md to include the new agent in the collection
- Added build.md to the Generic agent's configuration directory
2025-12-20 22:59:01 +00:00
Igor Warzocha 641cedc8f8 Add image to Vite-React-TS-Convex-Tailwind README 2025-12-20 12:39:06 +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 2f65c9e5dc Add README for Vite-React-TS-Convex-Tailwind agent collection 2025-12-06 20:34:02 +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 e1fd0d0e7d tighten commands-md-updater description 2025-11-17 16:10:06 +00:00
Igor Warzocha dffba67848 track opencode templates and fix ignore rule 2025-11-17 16:06:41 +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
Igor Warzocha f65d2cc5e6 Initial commit: Add Commands2Skills framework with documentation and examples 2025-11-17 13:55:24 +00:00