| Skill | Added | Review |
|---|---|---|
journal-entry-creator skills/documentation/journal-entry-creator/SKILL.md Create structured journal entries with YAML frontmatter, template-based sections, and compliance validation. Use when user asks to 'create journal entry', 'new journal', 'document [topic]', 'journal about [topic]', or needs to create timestamped .md files in YYYY/MM/ directories. Supports six entry types: general journal entries, troubleshooting sessions, learning notes, article summaries, ticket-refinement sessions, and ticket-kickoff sessions. Keywords: journal, documentation, troubleshooting, learning, article-summary, ticket-refinement, ticket-kickoff, YAML frontmatter, template schemas, validation. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
journal-entry-import skills/documentation/journal-entry-import/SKILL.md Reconstructs journal entries from external systems: bulk-imports a historical work log from a legacy source system such as a deprecated Confluence page into dated entries, enriches ticket references with self-contained detail entries reconstructed from an issue tracker, and annotates links to systems that have since moved such as a Bitbucket-to-GitLab migration. Use when asked to import an old journal, migrate a log into the journal format, turn ticket mentions into entries, expand a log with ticket detail, or point old links at a new host. This is not for repairing frontmatter on entries that already exist in this format, which is the journal CLI's own backfill command. Produces validated dated entries compatible with journal-entry-creator, complete with bidirectional cross-links and annotated external links. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a1083f4 | |
json-canvas skills/documentation/obsidian/json-canvas/SKILL.md Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
k8s-debug skills/infrastructure/k8s/debug/SKILL.md Inspect pod logs, analyze resource quotas, trace network policies, check deployment rollout status, run cluster health checks for Kubernetes. Use this skill when diagnosing Kubernetes cluster issues, debugging failing pods, investigating network connectivity problems, analyzing resource usage, troubleshooting deployments, performing cluster health checks. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
k8s-yaml-generator skills/infrastructure/k8s/yaml-generator/SKILL.md Comprehensive toolkit for generating, validating, managing Kubernetes YAML resources. Use this skill when creating Kubernetes manifests (Deployments, Services, ConfigMaps, StatefulSets, etc.), working with Custom Resource Definitions (CRDs), generating production-ready K8s configurations. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: a1083f4 | |
k8s-yaml-validator skills/infrastructure/k8s/yaml-validator/SKILL.md Comprehensive toolkit for validating, linting, testing Kubernetes YAML resources. Use this skill when validating Kubernetes manifests, debugging YAML syntax errors, performing dry-run tests on clusters, working with Custom Resource Definitions (CRDs) that require documentation lookup. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
keyword-stuffed crates/skill-validator-rs/tests/golden-corpus/fixtures/boundary/keyword-stuffed/SKILL.md automation, automation, automation, automation, automation, automation, automation, automation, automation, automation, automation, automation. Use for CI, CD, build, deploy, release, pipeline, workflow, orchestration. | 32 32 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
link-traversal crates/skill-validator-rs/tests/golden-corpus/fixtures/boundary/link-traversal/SKILL.md Body links outside the skill directory using a parent traversal. | 32 32 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
load-context skills/agentic-harness/load-context/SKILL.md Resume session from CONTEXT-llm.md. Use when resuming work, loading saved context, continuing a previous session. Triggers include "load context", "resume session", "continue where I left off". | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
logql-generator skills/observability/logql-generator/SKILL.md Generate label matchers, line filters, log aggregations, and metric queries in LogQL (Loki Query Language) following current standards and conventions. Use this skill when creating new LogQL queries, implementing log analysis dashboards, alerting rules, or troubleshooting with Loki. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
makefile-generator skills/development/scripting/makefile/generator/SKILL.md Generate GNU Make build systems that define build targets, configure dependencies, set up phony targets, and implement parallel builds. Use when creating make/Makefile/.mk files, implementing compile rules, or building production-ready build automation for C/C++, Go, Python, and Java projects. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
makefile-validator skills/development/scripting/makefile/validator/SKILL.md Comprehensive toolkit for validating, linting, and optimizing Makefiles. Use when working with Makefiles (Makefile, makefile, *.mk files), validating build configurations, checking for best practices, identifying security issues, or debugging Makefile problems. Concrete capabilities include detecting missing .PHONY declarations, validating tab indentation in recipes, checking variable expansion safety, identifying hardcoded credentials, and flagging missing prerequisites or syntax errors. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
managing-chezmoi-packages skills/specialized/chezmoi/managing-chezmoi-packages/SKILL.md Use this skill when managing packages, external dependencies, binaries, or CLI tools in a chezmoi dotfiles repository. Handles adding/updating/removing packages in .chezmoidata/packages.yaml, creating .chezmoiexternals/ organized files, pinning versions with Renovate automation, and selecting the correct package ecosystem (Homebrew, mise, Python, Docker, chezmoi externals). | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
markdown-authoring skills/documentation/markdown-authoring/SKILL.md Author high-quality Markdown documentation with deterministic structure, lint compliance, and CI integration. Use when writing README files, creating docs pages, fixing markdownlint failures, defining style rules, or wiring markdown checks into pre-commit and pipelines. Keywords: markdown, markdownlint, readme, docs, headings, lists, code fences, links, images, lint config, ci, documentation style. | 91 91 1.00x No change in agent success vs baseline Impact 97% 1.00xAverage score across 7 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: a1083f4 | |
mermaid-diagrams skills/documentation/mermaid-diagrams/SKILL.md Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows. | 71 71 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
minimal-skill crates/skill-auditor/testdata/fixtures/skill-minimal/SKILL.md A minimal skill for testing | 30 30 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
mise-complete skills/package-mgmt/mise-complete/SKILL.md Configure and operate Mise for deterministic developer environments. Use when installing runtime/tool versions, defining reusable tasks, managing layered environment variables, migrating from asdf/nvm/pyenv, or debugging mise.toml behavior in CI and local shells. Keywords: mise, mise.toml, tool versions, tasks, env, asdf migration, setup automation, dev environment. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
monty-python-esque skills/comedy/monty-python-esque/SKILL.md Generate an original British surrealist comedy sketch, script, or comic bit in the Monty Python tradition, built on absurd literalism, escalating internally-consistent illogic, bureaucratic pedantry, semantic argument, deadpan seriousness amid impossible premises, sudden non sequiturs, abrupt anticlimactic endings. Use this when a user asks for a new sketch, script, dialogue bit, or scene built on a mundane premise pushed to logical extremes. Do NOT use this to reproduce, quote, paraphrase, reword any actual Monty Python sketch, character, catchphrase (e.g. Dead Parrot, Spanish Inquisition, Ministry of Silly Walks, Argument Clinic); this is a generative skill for fresh original material, not a lookup, quotation, transcription tool. Not for slapstick, observational stand-up, roast comedy, American-style sitcom writing, where the humour depends on delivery, timing, rather than an escalating internally-consistent premise. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
moscow-prioritization skills/project-mgmt/issue-tracker-toolkit/moscow-prioritization/SKILL.md MoSCoW prioritization: categorize requirements into Must Should Could Won't tiers using failure-focused test. Apply for backlog refinement, feature prioritization, sprint planning, release scope decisions, rebalance Must tier, create Won't items with revisit dates, adjudicate stakeholder disagreements, produce decision log. Keywords: prioritization, backlog, refinement, sprint planning, release scope, rebalance, stakeholder, decisions, MVP, scope control. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 | |
moscow-prioritization crates/skill-auditor/tests/golden-corpus/fixtures/grade-bplus-moscow-prioritization/SKILL.md MoSCoW prioritization: categorize requirements into Must Should Could Won't tiers using failure-focused test. Apply for backlog refinement, feature prioritization, sprint planning, release scope decisions, rebalance Must tier, create Won't items with revisit dates, adjudicate stakeholder disagreements, produce decision log. Keywords: prioritization, backlog, refinement, sprint planning, release scope, rebalance, stakeholder, decisions, MVP, scope control. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: a1083f4 |