agentsclimarketplace

Open artifact pr

Skill frankxai/marine-agent-skills/skills/open-artifact-pr

Use to assemble and open a Blue Life Commons pull request for a finished artifact. Triggers — "open a PR for this artifact", "submit my contribution", after validate/ethics/source checks pass.From its SKILL.md

Install
npx -y skills add frankxai/marine-agent-skills --skill open-artifact-pr

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 342 tokens by cl100k_base, as published. Nobody here has run it

Open an artifact PR

The commons accepts PRs, not direct commits — every change flows through review. Only open the PR after /source-verify, /ethics-check, and /validate-artifact pass.

Procedure

  1. Branch: git checkout -b artifact/<type>-<id>.
  2. Place the artifact at its outputs.github_path with complete frontmatter.
  3. Commit with a descriptive message naming the artifact and the issue it addresses.
  4. Push and open the PR. The PR body must state:
    • The issue addressed.
    • Sources used (and their tiers).
    • Any claims flagged needs-expert-review.
    • A filled-in review checklist (.github/PULL_REQUEST_TEMPLATE.md).

PR body template

## Artifact
<type>: <title> (`<id>`)

## Issue
Closes #<n>

## Sources
- [Tier 1] <citation + DOI/URL>
- ...

## Review flags
- science: <pending|required|n/a>
- ethics: <pending|required|n/a>
- claims needing expert review: <list or none>

## Checklist
- [ ] Every factual claim sourced (/source-verify passed)
- [ ] Ethics policy honored (/ethics-check passed)
- [ ] Schema valid (/validate-artifact passed)
- [ ] No precise locations for vulnerable taxa

Do not weaken, remove, or bypass review requirements, ethics rules, or citation standards in the PR. Reviewers decide scientific truth; you supply sourced, schema-valid drafts.

Built on SIP · Blue Life Commons.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,834. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.