program-ops

31 stars 7 forks
28
F

Use when standardizing event workflows, tooling, and routing across portfolios.

Marketplace
Also in: networking

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/program-ops
skilz install gtmagents/gtm-agents/program-ops --agent opencode
skilz install gtmagents/gtm-agents/program-ops --agent codex
skilz install gtmagents/gtm-agents/program-ops --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/event-marketing/skills/program-ops ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
development
Primary Domain
github
Market Score
28

Agent Skill Grade

F
Score: 54/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
12/30
Ease of Use
14/25
Writing Style
7/10
Utility
8/20
Modifiers: +1

Areas to Improve

  • Missing Reference Layer
  • No Actionable Procedures
  • Weak Trigger Terms

Recommendations

  • Focus on improving Pda (currently 12/30)
  • Focus on improving Ease Of Use (currently 14/25)
  • Focus on improving Utility (currently 8/20)

Graded: 2026-01-24

Developer Feedback

I was browsing through some skill implementations and noticed yours focuses on program operations—curious how you're handling the orchestration layer, since that's where a lot of complexity tends to hide. Took a closer look at the structure and wanted to share some observations from the evaluation.

Links:

The TL;DR

You're at 54/100, which puts you in F territory—meaning this needs some real work before it's marketplace-ready. The evaluation's based on Anthropic's skill best practices. Your strongest area is Spec Compliance (12/15), which tells me the file format is dialed in. But Utility (8/20) and Progressive Disclosure Architecture (12/30) are dragging the score down hard.

What's Working Well

  • Clean frontmatter – Your YAML is valid and properly formatted; the name follows hyphen-case conventions correctly
  • Consistent terminology – You stick with terms like "workflow," "tool stack," and "vendor management" throughout, which makes the content coherent
  • Real problem space – The framework addresses actual event operations challenges (intake → approval → production → execution → follow-up), so you're not solving hypothetical stuff

The Big One

Your skill is 31 lines in a single flat file with zero supporting materials. That's the core problem. You mention "SOP library," "templates," and "tool stack guidance," but then provide absolutely nothing—no reference files, no examples, no actual templates. It reads like an outline instead of a usable skill.

Here's the fix: Create a references/ folder with depth:

  • references/workflow-map.md – Detailed step-by-step for each workflow phase (not just arrows)
  • references/templates.md – Actual SOP templates (registration setup,...

Report Security Issue

Found a security vulnerability in this agent skill?