Foundation: scaffolding, docs, and prek validation harness#5
Open
edmundmiller wants to merge 4 commits into
Open
Foundation: scaffolding, docs, and prek validation harness#5edmundmiller wants to merge 4 commits into
edmundmiller wants to merge 4 commits into
Conversation
Branded README (logo, badges, repo rules) with skills table + install instructions, AGENTS.md table of contents, and docs/ (ARCHITECTURE, CONTRIBUTING). Repo references point at nf-core/agents. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
prek.toml hooks (SKILL.md frontmatter, nf-core lint wrappers, schema checks), their scripts under scripts/prek-hooks/, the harness unit tests, and the GitHub Actions workflow that runs prek. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 16, 2026
scripts/agent_hooks/ (provider-agnostic phase/stop runner with Claude, Codex, Cursor, generic adapters) lives here because the prek harness tests in tests/prek-hooks/ exercise it. Provider docs ship separately. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Updated: |
The harness test hook (tests/prek-hooks/run-tests.py) and the nf-core lint wrappers run via a `uv run --script` shebang, so the runner needs uv on PATH or prek fails to spawn the hook (os error 2). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Foundation PR for porting edmundmiller/nf-core-skills into
nf-core/agents, per the #agents Slack thread.This is the keystone of a focused, per-skill PR series. Merge this first so the per-skill PRs are validated by CI.
Included
README.md— keeps nf-core branding (logo, badges, repository rules); adds the skills table + install instructions for Claude Code, Codex CLI, OpenCode, Cursor.AGENTS.md— table of contents for agents working in this repo.docs/ARCHITECTURE.md,docs/CONTRIBUTING.md.prek.toml+scripts/prek-hooks/+tests/prek-hooks/— SKILL.md frontmatter validation, nf-core lint wrappers, schema checks..github/workflows/prek.yml— runs prek in CI..markdownlint.json.Series (each off
main, disjoint files)nf-core-pipelineskillnf-core-lintskillnf-core-moduleskillnf-core-containersskillscripts/agent_hooks/+ docs)AGENTS.md/docslink to files arriving in later PRs in the series; links resolve as the series merges. Supersedes the content split in #3/#4.🤖 Generated with Claude Code