AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Develop

skill-rube-de-cc-skills-develop · by rube-de

Use when implementing GitHub issues for skill or plugin development through TDD-governed phases with iterative planning, implementation, and review loops. Use this whenever the issue involves SKILL.md files, agent prompts, hook scripts, or plugin workflows.

No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-rube-de-cc-skills-develop

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rube-de-cc-skills-develop)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Develop? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill Developer Workflow

Implement skill development issues through iterative planning, TDD-governed implementation, and review cycles.

When to Use

  • Implementing a GitHub issue that creates or modifies skills, plugins, agents, or hooks
  • Issue requires TDD-governed phases (baseline → implement → verify)
  • Work involves SKILL.md frontmatter, workflow references, agent prompts, or hook scripts

When NOT to Use

  • General code changes unrelated to skill/plugin authoring
  • Quick validation or auditing — use /plugin-dev instead
  • Scaffolding a new plugin from scratch — use /plugin-dev:create instead

Quick Reference

| Phase | Action | Exit Condition | |-------|--------|----------------| | 0. Setup | MUST create feature branch | On feature branch (NOT main/master) | | 1. Context | Read issue + detect skill files | Requirements clear, skill files noted | | 2. Plan | Draft implementation plan | Plan complete | | 3-4. Validate | Gemini review loop (max 5) | APPROVED status | | 4.5. Baseline (RED) | TODO: #163 — capture baseline behavior | Baseline captured (or skipped pending #163) | | 5-7. Implement (GREEN) | Write minimal skill addressing failures | All tasks done + criteria met + tests passing + validation passing | | 7.5. Verify (REFACTOR) | TODO: #163 — compare against baseline | Benchmark passes (or skipped pending #163) or escalated | | 8-9. Review | Council review (max 3) | APPROVED status | | 10. Finalize | Commit + PR | PR created | | 11. Cleanup | Clean temps, delete branch | Branch deleted after merge |

Consultant Scaling

| Change Size | Criteria | Consultants | |-------------|----------|-------------| | Trivial | <10 lines, no logic changes | Skip review → Phase 10 | | Small | 1-2 files, simple logic | council:gemini-consultant only | | Medium | 3-5 files, moderate complexity | council:gemini-consultant + council:codex-consultant | | Large | 6+ files, architectural impact | /council skill |

Skill File Detection

During Phase 1, detect and note these skill-related files for domain-specific handling:

  • SKILL.md — Skill activation definitions (YAML frontmatter + instructions)
  • references/*.md — Workflow reference files (e.g., references/WORKFLOW.md)
  • agents/*.md — Agent/subagent definitions
  • hooks/hooks.json — Hook config (declares hook types, matchers, and script references)
  • scripts/ — Hook scripts (executables referenced by hooks.json via ${CLAUDE_PLUGIN_ROOT}/scripts/...)

Triggers

Use this skill when the user says: "develop skill", "skill dev", "plugin develop", "develop issue", "skill workflow", "implement skill issue", "TDD skill development".

Workflow Reference

Read [references/WORKFLOW.md](references/WORKFLOW.md) now — it contains the detailed step-by-step procedures for every phase, including TDD extension points, loop limits, and escalation rules. Follow it exactly.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.