con/skills
Instructions file CodexOpenCode
AGENTS.md instructions for con/skills, covering repo-wide conventions for skills in this collection, 1. look for a pr description template, 2. read contributing.md (and friends) and follow it, 3. inform the user and 4. when updating an existing pr description.
con/skills
Instructions file
Claude Code instructions for con/skills, a project described as: Anthropics claude-code skills for the CON masses.
con/skills
Skill Claude CodeCodex
Analyze codebase or documentation for code/text duplication using jscpd. Generates a Markdown report with collapsible sections (suitable for GitHub/Gitea issues) showing duplicate clusters, statistics, and a mediation plan proposing refactoring strategies.
con/skills
Skill Claude CodeCodex
Bisect git-annex regressions using tinuous CI logs, create reproducers, generate fix patches, and submit Red/Green PRs to datalad/git-annex. Use when investigating test failures in git-annex CI, creating reproducer scripts, or preparing upstream bug reports.
con/skills
Skill Claude CodeCodex
Annotate a paper or work with CRediT (Contributor Roles Taxonomy) author contributions and render the LaTeX byline. Creates a .tributors.credit.yaml overlay (single source of truth, compatible with con/tributors), seeds it from sibling repos' git history when present, renders the "Author Contributions" section into…
con/skills
Skill Claude CodeCodex
Check the health and maintenance status of a GitHub project. Use when user asks about project status, whether a project is maintained, abandoned, or looking for alternatives. Analyzes commit history, releases, issues, PRs, and searches for active forks or community discussions about project future.
con/skills
Skill Claude CodeCodex
Introduce codespell spell-checking to a project. Creates branch, config file, CI workflow (GitHub Actions or Forgejo Actions for Codeberg), pre-commit hook. Lists typos, helps identify paths/words to ignore, and fixes typos interactively. Use when setting up codespell in a new project.
con/skills
Skill Claude CodeCodex
Introduce git-bug distributed issue tracking to a git project. Configures GitHub bridge, syncs issues, pushes refs, and documents workflow in DEVELOPMENT.md and CLAUDE.md. Use when setting up git-bug in a new project.
con/skills
Skill Claude CodeCodex
Introduce REUSE specification compliance (LICENSES/ directory, REUSE.toml, SPDX headers) to a software project or BIDS dataset, then validate it. Covers BIDS data-vs-code separation, DUO (Data Use Ontology) integration, DEP-3 patch tagging for vendoring repos, and integration with tox / pre-commit / Makefile / GitHub…
con/skills
Skill Claude CodeCodex
Triage open GitHub issues by cross-referencing against codebase and git history.
con/skills
Skill Claude CodeCodex
Create a scriv changelog fragment in changelog.d/ following project conventions.
con/skills
Skill Claude CodeCodex
Load a PR's review feedback (human + bot) and CI status, classify each comment, and recommend what to address vs dismiss with draft responses. CI failures (merge conflicts, lint, tests, workflow runs) are first-class — diagnose, propose a fix, and bundle into the same actionable report. Works from a local repo…
con/skills
Skill Claude CodeCodex
Review dashboard PRs needing your response and generate high-confidence update proposals for PRs where maintainers are waiting.
con/skills
Skill Claude CodeCodex
Scan subdirectories and files to create/update projects.tsv with metadata and LLM-generated summaries.
con/skills
Skill Claude CodeCodex
Analyze con/tinuous CI log collections to identify test regressions, compare successful vs failing runs, and provide investigation recommendations. Use when users mention test failures, CI regressions, or need to understand what changed between CI runs.