This agent is used for integration testing of the GSD-OpenCode package manager.
Overview
The test agent demonstrates how @gsd-opencode/ references appear in various contexts within SKILL.md files.
References in Headers
Using @gsd-opencode/templates/summary.md
The summary template at @gsd-opencode/templates/summary.md provides a standard format.
References in Lists
Template files: @gsd-opencode/templates/
Workflow files: @gsd-opencode/workflows/
Agent definitions: @gsd-opencode/agents/
Command documentation: @gsd-opencode/command/
Code Examples
// Reference to workflow
const workflow = '@gsd-opencode/workflows/execute-plan.md';
// Reference to template
const template = '@gsd-opencode/templates/context.md';
Nested References
This agent uses:
Core skills from @gsd-opencode/agents/test-agent/skills/core.md
Advanced features from @gsd-opencode/agents/test-agent/skills/advanced.md
Configuration from @gsd-opencode/agents/test-agent/config.md
Cross-References
See also:
@gsd-opencode/aggsd-opencode/templates/context.md for context formatting
@gsd-opencode/command/gsd/test.md for command usage
@gsd-opencode/get-shit-done/templates/summary.md for output templates
1---2name: test-agent3description: Test Agent4---56# Test Agent78This agent is used for integration testing of the GSD-OpenCode package manager.910## Overview1112The test agent demonstrates how @gsd-opencode/ references appear in various contexts within SKILL.md files.1314## References in Headers1516### Using @gsd-opencode/templates/summary.md1718The summary template at @gsd-opencode/templates/summary.md provides a standard format.1920## References in Lists2122- Template files: @gsd-opencode/templates/23- Workflow files: @gsd-opencode/workflows/24- Agent definitions: @gsd-opencode/agents/25- Command documentation: @gsd-opencode/command/2627## Code Examples2829```javascript30// Reference to workflow31const workflow = '@gsd-opencode/workflows/execute-plan.md';3233// Reference to template34const template = '@gsd-opencode/templates/context.md';35```3637## Nested References3839This agent uses:40- Core skills from @gsd-opencode/agents/test-agent/skills/core.md41- Advanced features from @gsd-opencode/agents/test-agent/skills/advanced.md42- Configuration from @gsd-opencode/agents/test-agent/config.md4344## Cross-References4546See also:47- @gsd-opencode/aggsd-opencode/templates/context.md for context formatting48- @gsd-opencode/command/gsd/test.md for command usage49- @gsd-opencode/get-shit-done/templates/summary.md for output templates
Run npx skillmds@latest add rokicool/test-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Test Agent It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
rokicool (@rokicool) published this skill. Their other Agent Skills are listed on their SkillMD profile.