kdeldycke
- 27 skills
- 0 followers
- 7 hours ago last updated
- ▌ Add Manager · kdeldycke bundleImplement 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.
- ▌ Pr Triage · kdeldyckeAudit open PRs across multiple repos for duplicates, stale drafts, Renovate noise, and conflicts. Produces a unified priority report.
- ▌ Babysit CI · kdeldyckeMonitor 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.
- ▌ Brand Assets · kdeldyckeCreate 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.
- ▌ Fill Web Form · kdeldyckeFill 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.
- ▌ Session Title · kdeldyckeRefresh 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 ...".
- ▌ Awesome Triage · kdeldyckeTriage new issues and PRs on awesome-list repos. Apply the curation criteria drawn from past decisions.
- ▌ Probe Workflow · kdeldyckeValidate 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.
- ▌ Repomatic Deps · kdeldyckeGenerate 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.
- ▌
- ▌ Repomatic Ship · kdeldyckePrepare 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`.
- ▌ Upstream Audit · kdeldyckeCreate 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.
- ▌ Wrapup Session · kdeldyckeClose 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.
- ▌ File Bug Report · kdeldyckeWrite 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.
- ▌ Repomatic Audit · kdeldyckeAudit how far a downstream repo has drifted from the upstream repomatic reference. Cover workflows, configs and conventions.
- ▌ Benchmark Update · kdeldyckeCreate 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.
- ▌ Repomatic Topics · kdeldyckeOptimize a repository's GitHub topics. Analyze the competition on each topic page, then pick the topics that make the project easier to find.
- ▌ Sphinx Docs Sync · kdeldyckeCompare 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.
- ▌ Translation Sync · kdeldyckeDetect 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.
- ▌ Audit Repo Issues · kdeldyckeAnalyze 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.
- ▌ Av False Positive · kdeldyckeScan a release on VirusTotal. Write submission instructions for each AV vendor that flags a false positive.
- ▌ Rename With Dates · kdeldyckeRename 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.
- ▌ Github Housekeeping · kdeldyckeBackfill 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.
- ▌
- ▌ Semantic Compression · kdeldyckeRe-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.
- ▌ Repomatic Test Matrix · kdeldyckeChoose 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.
- ▌ Agent Config Self Tune · kdeldyckeAudit 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.