
from opencode-skills-collection23
Diagnose and optimize Agent Skills (SKILL.md) using session transcripts and static analysis to improve triggers, workflows, and token efficiency.
Runs an evidence-driven audit of Agent Skills using historical session data and static checks. Measures trigger rates, post-invocation user reactions, workflow completion, static quality rules, undertrigger/overtrigger rates, environment consistency, and token economics to produce prioritized fixes.
Use when skills are misfiring, underused, or you need a data-driven plan to improve skill routing and descriptions. Good for library maintenance, onboarding new skills, or periodic quality audits.
Targets agents and environments where session transcripts are available (Claude Code, Codex) and where read-only auditing of skill files is permitted.
A comprehensive skill optimization/audit tool that analyzes SKILL.md files and session transcripts across 8 dimensions including trigger rate, user reaction, workflow completion, static quality, undertrigger detection, cross-skill conflicts, environment consistency, and token economics. Well-structured with clear workflow steps, research-backed rationale, and detailed scoring rubrics. No bundled scripts — relies on agent executing bash/python commands directly, which limits reproducibility.
Read-only approach (never modifies skill files) is a strong security positive. Well-researched with academic citations. The 8-dimension analysis framework is thorough and well-structured. Main weaknesses: no scripts for reproducible analysis, SKILL.md itself violates its own word-count/progressive-disclosure recommendations, and without session data available the skill degrades to static-only analysis which is less valuable.
Python Performance Optimization
Profile, analyze, and optimize Python applications for CPU and memory efficiency using profiling tools and performance best practices.
API Security Testing Workflow
Structured workflow for testing REST and GraphQL API security: auth, authorization, rate limiting, input validation and error handling.
Azure AI Projects SDK (TypeScript)
TypeScript SDK and examples for managing Azure AI Projects: agents, connections, deployments, datasets, indexes, and evaluations.
Memory Forensics Playbook
Practical guidance and commands for acquiring, analyzing, and extracting artifacts from memory dumps using tools like Volatility3 and common acquisition methods
Testing Patterns & Utilities
Guidelines and utilities for TDD, factory-based test data, mocking strategies, and testing patterns for React/TypeScript projects.
Reverse Engineer
Guided methodology and best practices for binary reverse engineering, covering static and dynamic analysis workflows and common tooling.