← all publishers

kdeldycke

@kdeldycke source repo

27 published skills

  1. Add Manager · kdeldycke bundle
    Implement support for a new package manager in mpm, or complete a partial integration. Covers vetting the candidate, choosing between a Python class and a declarative definition, mapping operations, the cross-file checklist, and validation. Use when wrapping a new tool, finishing a half-wired manager, or recording why a tool was declined.
    0
    installs
  2. Pr Triage · kdeldycke
    Audit open PRs across multiple repos for duplicates, stale drafts, Renovate noise, and conflicts. Produces a unified priority report.
    0
    installs
  3. Babysit CI · kdeldycke
    Monitor the CI tests, lint, autofix, docs and Nuitka binary-build workflows. Diagnose each failure, fix the code, commit, and loop until every stable job passes. Ignore unstable failures.
    0
    installs
  4. Brand Assets · kdeldycke
    Create project logo and banner SVGs, then export them to light and dark PNG variants. Use when you design a logo or banner, or regenerate the PNGs from their SVG source files.
    0
    installs
  5. Fill Web Form · kdeldycke
    Fill a web form using data extracted from local documents (PDFs, images, spreadsheets). Uses Claude Desktop (Cowork) with Chrome integration to read source documents and navigate/fill browser forms. Use when the user wants to automate filling an online form from document data.
    0
    installs
  6. Session Title · kdeldycke
    Refresh the current Claude Code session's title (shown in /resume picker and terminal tab). Trigger on "rename session", "refresh session title", "update tab title", "set session title to ...".
    0
    installs
  7. Awesome Triage · kdeldycke
    Triage new issues and PRs on awesome-list repos. Apply the curation criteria drawn from past decisions.
    0
    installs
  8. Probe Workflow · kdeldycke
    Validate a claim about real-host behavior with a temporary GitHub Actions workflow. Measure the environment, iterate on hard assertion gates, then retire the workflow with its findings recorded in the retirement commit. Use when local tests and mocks cannot answer how a tool, platform, container or privilege boundary actually behaves.
    0
    installs
  9. Repomatic Deps · kdeldycke
    Generate dependency graphs. Audit pyproject.toml declarations against the version policy. Explore unused dependency APIs that could simplify code. Modernize code against the changelogs of upgraded dependencies.
    0
    installs
  10. Repomatic Init · kdeldycke
    Bootstrap a repository with reusable workflows from kdeldycke/repomatic.
    0
    installs
  11. Repomatic Ship · kdeldycke
    Prepare a release. Reconcile the changelog, code and docs to the net release state. Then commit, push, and babysit CI until the release PR is built and `main` is green. Stop before the merge. Ask for review in normal use; run fully autonomous under `--dangerously-skip-permissions`.
    0
    installs
  12. Upstream Audit · kdeldycke
    Create or update the upstream contributions page (docs/upstream.md), which records what this project sends back to its dependencies. Find merged PRs, reported issues, workarounds and declined features.
    0
    installs
  13. Wrapup Session · kdeldycke
    Close out a coding session. List what is left to do, then persist any lesson worth keeping into agent instructions, skills, memory, or code comments. Use when the user ends a session, asks to wrap up, or runs /bye.
    0
    installs
  14. File Bug Report · kdeldycke
    Write a bug report for an upstream project. Read its contribution guidelines, issue templates and community norms first, then produce a markdown file ready to paste.
    0
    installs
  15. Repomatic Audit · kdeldycke
    Audit how far a downstream repo has drifted from the upstream repomatic reference. Cover workflows, configs and conventions.
    0
    installs
  16. Benchmark Update · kdeldycke
    Create or update the competitive benchmark page (docs/benchmark.md) that compares this project against its alternatives. Check maintenance status, feature accuracy, new candidates and badge health.
    0
    installs
  17. Repomatic Topics · kdeldycke
    Optimize a repository's GitHub topics. Analyze the competition on each topic page, then pick the topics that make the project easier to find.
    0
    installs
  18. Sphinx Docs Sync · kdeldycke
    Compare and synchronize Sphinx documentation against the upstream `kdeldycke/repomatic` reference, or across sibling projects. Downstream repos compare against upstream by default. Find the differences in conf.py, install.md, the index.md toctree, pyproject.toml docs dependencies, extra-deps sections, readme badges and static assets. Use when you align documentation structure, catch stale dependencies, or push improvements across Sphinx-enabled repositories.
    0
    installs
  19. Translation Sync · kdeldycke
    Detect stale translations in readme.*.md and contributing.*.md files. Compare their structure and content against the English source, then draft new translations for the changed sections.
    0
    installs
  20. Audit Repo Issues · kdeldycke
    Analyze a GitHub repository's issues and PRs to find unaddressed feature requests, dismissed ideas, maintenance signals, and opportunities relevant to the current project. Use when you want to scout a related or competing repo for gaps your project could fill.
    0
    installs
  21. Av False Positive · kdeldycke
    Scan a release on VirusTotal. Write submission instructions for each AV vendor that flags a false positive.
    0
    installs
  22. Rename With Dates · kdeldycke
    Rename documents and files (PDFs, images, screenshots, etc.) by reading their content to extract the effective/publication date, then renaming them with a "YYYY-MM-DD - Clear descriptive title.ext" format. Use when the user wants to organize files with date prefixes based on document content.
    0
    installs
  23. Github Housekeeping · kdeldycke
    Backfill and curate labels and milestones across a repository's whole issue and PR history. Design the taxonomy, classify in bulk, detect AI slop, and reconstruct past releases.
    0
    installs
  24. Repomatic Changelog · kdeldycke
    Draft, validate, consolidate, and fix changelog entries.
    0
    installs
  25. Semantic Compression · kdeldycke
    Re-encode verbose prose into a dense telegraphic register — punctuation as connectives, label frames, verbless assertions — without losing normativity or precision. Use when compressing system prompts, tool/function descriptions, skill bodies, or agent instructions; reducing token count or context bloat; making documentation token-efficient for LLM input; auditing every agent-facing markdown file in a repository in one pass; or rewriting text in compressed notation.
    0
    installs
  26. Repomatic Test Matrix · kdeldycke
    Choose what a repository's CI test matrix covers. Decide which Python versions, operating systems and runner images earn a cell. Mark which axes stay unstable probes, and pick where a one-off job runs. Use when you add or drop a Python version or OS, pin a dependency floor, or place a new job.
    0
    installs
  27. Agent Config Self Tune · kdeldycke
    Audit and tune coding agent configuration across Claude Code and pi. Browse all global and local settings files (settings.json, settings.local.json) and instruction files (CLAUDE.md, AGENTS.md), audit them for issues, percolate recurring local patterns into the global config, compress verbose instruction files to cut per-session token cost, and review past session transcripts for tool calls denied by the sandbox or allow/deny rules to propose allowlist refinements.
    0
    installs