Army
Community@Army161
Army maintains 23 NemoClaw skills covering GitHub PR triage, security code review, semver release tagging, Fern documentation refactors, and contributor onboarding.
Agent Skills by Army
Showing 23 vetted skills indexed across 1 GitHub repositories.
nemoclaw-user-guide
Routes AI assistants to canonical NemoClaw Markdown documentation via MCP server or llms.txt index.
nemoclaw-contributor-create-pr
Creates GitHub pull requests with the NemoClaw template and monitors CI and automated reviews.
nemoclaw-maintainer-find-review-pr
Finds open security-labeled PRs with Urgent or High priority and reports review candidates.
nemoclaw-contributor-onboard
Prepares a NemoClaw source checkout for compliant contribution using the repository setup script and readiness doctor.
nemoclaw-maintainer-refactor-docs
Refactors oversized NemoClaw Fern documentation sections into focused pages with redirects and navigation.
nemoclaw-maintainer-security-code-review
Review GitHub pull requests against nine security categories and report PASS, WARNING, or FAIL verdicts.
nemoclaw-maintainer-evening
Automates the end-of-day NemoClaw release handoff including changelog PR, tag cut, and announcement draft.
nemoclaw-maintainer-pr-comparator
Compare competing pull requests for one issue and recommend a merge candidate.
nemoclaw-contributor-update-hermes
Audits, implements, and validates Hermes Agent version upgrades in the NemoClaw repository.
nemoclaw-maintainer-morning
Triages the NemoClaw backlog, selects a daily version target, and labels GitHub PRs and issues.
nemoclaw-maintainer-triage
Triages NemoClaw GitHub issues and PRs with canonical labels, Issue Types, and Project fields.
nemoclaw-maintainer-cut-release-tag
Creates signed semver release tags on origin/main with E2E evidence verification and announcement drafting.
nemoclaw-maintainer-policies
Provide read-only NemoClaw maintainer policy for triage, labels, and release workflows.
nemoclaw-maintainer-day
Runs one daytime maintainer pass to prioritize, salvage, and approve NemoClaw pull requests.
nemoclaw-maintainer-normalize-title-tags
Removes bracketed NemoClaw tags from GitHub issue and PR titles via the gh CLI.
nemoclaw-maintainer-e2e
Dispatches and verifies trusted GitHub Actions E2E workflow runs for NemoClaw release candidates.
nemoclaw-contributor-onboard-messaging-channel
Guides contributors through adding messaging channels to NemoClaw's manifest-first architecture.
nemoclaw-maintainer-cross-issue-sweep
Scan open GitHub issues to find adjacent fixes and conflicts for a pull request.
nemoclaw-maintainer-release-notes
Drafts post-tag NemoClaw release announcements from live GitHub tag and compare data.
nemoclaw-contributor-update-docs
Scans git commits for user-facing changes and drafts corresponding MDX documentation and changelog updates.
nemoclaw-skills-guide
Catalogs NemoClaw agent skills by audience and recommends the right skill for each task.
nemoclaw-maintainer-verify-stale
Verifies whether stale NemoClaw bug reports still reproduce on the latest release tag.
nemoclaw-contributor-update-dependencies
Audits and implements dependency upgrades as semantic migrations across upstream releases.
Frequently Asked Questions About Army
FAQPage SchemaWhat tasks can I perform with Army's NemoClaw skills?▼
You can triage issues and PRs with labels and Project fields, run security code reviews, compare competing PRs, cut deterministic semver release tags, draft release announcements, refactor oversized Fern documentation, verify stale bug reports, and onboard contributors or messaging channels.
Who are these NemoClaw skills designed for?▼
They target two personas: NemoClaw maintainers handling daily standups, triage, E2E dispatch, PR review, and release handoffs; and contributors preparing development checkouts, opening templated PRs, updating docs, and upgrading dependencies or the pinned Hermes agent.
How do the maintainer day-to-day skills operate in practice?▼
Skills like nemoclaw-maintainer-morning, -day, and -evening are user-invocable commands run at workday boundaries. The day skill supports looping (e.g., /loop 10m) to continuously land PRs, while evening runs the pre-tag changelog PR, tag cut, and announcement draft.
Are Army's NemoClaw skills open source?▼
Yes. Skills carrying explicit license frontmatter, including nemoclaw-user-guide and nemoclaw-skills-guide, are published under the Apache-2.0 license, permitting free use, modification, and redistribution under standard Apache terms.
What prerequisites do the NemoClaw contributor skills require?▼
Contributor onboarding uses the repository's one-command setup and readiness doctor to prepare a source checkout, repair local tooling, and launch the pinned coding agent. Dependency upgrades require changelog, upstream-test, and provenance analysis across releases.