insights-repository-kit
Governance + tooling pattern for storing research artifacts, tagging, and discovery.
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...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/gtmagents/gtm-agents 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 vanman2024Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design to...
spanish-language-tutor
by sandraschiComprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organizati...
torch-geometric
by davila7Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, for...
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
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 diagramreferences/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
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)
Create step-by-step workflow – Your Framework lists 5 components (Structure → Metadata → Access → Versioning → Discovery) but no execution sequence. Create
references/workflow.mdwith numbered, actionable steps. (+5 points)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)
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.
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?