Skillzwave Logo
Skillzwave

insights-repository-kit

28.6
F

Governance + tooling pattern for storing research artifacts, tagging, and discovery.

Marketplace
Also in: github

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/insights-repository-kit
skilz install gtmagents/gtm-agents/insights-repository-kit --agent opencode
skilz install gtmagents/gtm-agents/insights-repository-kit --agent codex
skilz install gtmagents/gtm-agents/insights-repository-kit --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding agents

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/market-research/skills/insights-repository-kit ~/.claude/skills/

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

Related Agentic Skills

tailwind-shadcn-setup

by vanman2024

Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design to...

89
B
TECHjavascript
Marketplace
+github+json

spanish-language-tutor

by sandraschi

Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies

88
B
javascript
+github

frontend-dev-guidelines

by diet103

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...

85
B
TECHjavascript

torch-geometric

by davila7

Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for...

84
B
TECHjavascript
Marketplace
+machine learning

Agentic Skill Details

Repository
gtm-agents
Type
Non-Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
28.6

Agent Skill Grade

F
Score: 58/100 Click to see breakdown

Score Breakdown

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

Areas to Improve

  • No trigger phrases
  • Templates are mentioned but not provided; violates layered structure principle
  • Lists 5 framework components without execution sequence or how to implement them

Recommendations

  • Focus on improving Ease Of Use (currently 13/25)
  • Focus on improving Utility (currently 8/20)
  • Address 2 high-severity issues first

Graded: 1/24/2026

Developer Feedback

I've been digging through repository analysis tools, and the insights-repository-kit's approach to metadata extraction caught my eye—though I'm curious why the Progressive Disclosure architecture feels a bit top-heavy for what it's trying to accomplish (58/100 suggests there might be some structural trade-offs worth examining).

Links:

The TL;DR

You're at 58/100, which is F territory. This is based on Anthropic's Progressive Disclosure Architecture best practices for agentic skills. Your strongest area is Spec Compliance (11/15)—the YAML frontmatter is clean and properly formatted. The weakest link is Utility (8/20)—the framework outlines concepts without giving developers actual implementation guidance or examples they can use.

What's Working Well

  • Clean frontmatter structure – Your YAML is valid with required fields properly configured
  • Consistent terminology – "repository," "metadata," "research artifacts" are used consistently throughout
  • Real problem identification – You're addressing an actual pain point (organizing research without getting lost)
  • grep-friendly structure – Simple, scannable file format that's easy to parse

The Big One: Missing Reference Files & Templates

Here's what's holding you back: you mention templates (repository IA diagram, metadata dictionary, intake forms) but don't actually provide them. This breaks the Progressive Disclosure principle—instead of layering from simple to complex, you're leaving readers hanging.

The fix: Create a references/ directory with actual implementation files:

  • references/templates/repository-ia-template.md – Actual folder structure diagram
  • references/templates/metadata-schema.json – Example tag definitions (persona, lifecycle, product area)
  • references/implementation-guide.md – Numbered steps for setup

This one fix gets you +8 points alone. Developers need to see what success looks like, not just a conceptual framework.

Other Things Worth Fixing

  1. Add trigger phrases to description – Instead of "Governance + tooling pattern for storing research artifacts," try "Use when asked to 'set up research repository', 'organize research artifacts', or 'manage insights library'." (+2 points)

  2. Create step-by-step workflow – Your Framework lists 5 components (Structure → Metadata → Access → Versioning → Discovery) but no execution sequence. Create references/workflow.md with numbered, actionable steps. (+5 points)

  3. Include concrete examples – Show what a metadata tag structure actually looks like, not just conceptually mention "persona" and "product area." One example JSON file saves a ton of confusion. (+3 points)

  4. Add validation steps – How do you verify the repository works? Include: "Test metadata search with sample queries," "Verify access controls by role," "Validate intake form captures all required fields." (+3 points)

Quick Wins

  • Most impactful: Create references/ directory with template files and implementation guide (+8 points)
  • Second: Add specific trigger phrases to frontmatter description (+2 points)
  • Third: Include concrete metadata schema example and folder structure diagram (+3 points)
  • Fourth: Define verification/testing steps to close feedback loops (+3 points)

These four changes alone get you from 58 → ~74, moving you into passing territory.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?