Nearmap avatar

Nearmap

Official

@nearmap · Sydney, Australia

0Followers
|
29Public Repos
|
13Published Skills

Nearmap brings the real world to you

Skills Distribution
DomainDeveloper To...Task Planning & Sp.. (30%)Issue Tracker Inte.. (20%)CI/CD Triage & Rem.. (20%)Pull Request & Cod.. (20%)

Agent Skills by Nearmap

Showing 13 vetted skills indexed across 1 GitHub repositories.

nearmapnearmap
1

explain

Authors and runs layered explainer docs that teach complex technical topics through interactive checkpoints.

Official
Advanced
nearmapnearmap
1

config

Inspect, validate, change, and reload layered Shipyard configuration values with provenance.

Official
Intermediate
nearmapnearmap
1

ci

Triage, diagnose, and fix the current branch's CI failures until green.

Official
Advanced
nearmapnearmap
1

plan

Turns large objectives into living Epic roadmaps with capped executable tasks.

Official
Advanced
nearmapnearmap
1

spec

Turns a fuzzy goal or task into a versioned, execution-ready plan posted to an issue tracker.

Official
Advanced
nearmapnearmap
1

tracker

Dispatches canonical issue-tracker operations to configured Jira or GitHub Projects adapters.

Official
Advanced
nearmapnearmap
1

pr

Create, promote, and merge GitHub pull requests with verified-head commit gating.

Official
Advanced
nearmapnearmap
1

tighten

Rewrites drafted text denser by cutting structural padding while preserving every fact.

Official
Advanced
nearmapnearmap
1

init-repo

Configures Shipyard tracker settings and validates repository preflight checks.

Official
Advanced
nearmapnearmap
1

spike

Runs falsifiable experiments to decide whether an idea warrants a project.

Official
Advanced
nearmapnearmap
1

ship

Execute a planned task into a reviewed pull request with isolated workers and immutable CI coverage.

Official
Advanced
nearmapnearmap
1

help

Answers questions about Shipyard configuration and workflow by reading bundled plugin documentation.

Official
Basic
nearmapnearmap
1

standards

Resolves authoritative repository engineering policy or runs cited conformance reviews.

Official
Intermediate

Frequently Asked Questions About Nearmap

FAQPage Schema
What tasks can I accomplish with Nearmap's Shipyard skills?▼

You can plan epics into capped active tasks, write execution-ready specs, run falsifiable spikes, dispatch Jira or GitHub Projects tracker operations, triage and fix CI failures, create and clean up GitHub PRs, tighten drafted text, and resolve repository engineering standards.

Who are the Shipyard skills designed for?▼

Software engineers and technical leads working in repositories that use Jira or GitHub Projects for issue tracking and GitHub for pull requests. It suits teams practicing spec-driven development who want structured planning, isolated review, and durable task accounting.

How do I set up Shipyard in a repository?▼

Run the init-repo skill, which writes .shipyard/config.json (shared, tracked) and .shipyard/config.local.json (personal, gitignored), retires legacy SY_* env variables, and proves the setup live with the same preflight check every other command runs.

What are the prerequisites and dependencies for Shipyard skills?▼

A configured Shipyard setup via init-repo, plus a supported issue tracker adapter: Jira or GitHub Projects. CI triage and PR skills require a GitHub repository with active CI runs. Secrets are never printed or accepted by the config skill.

Can Shipyard skills merge pull requests or read secrets?▼

No. The ci skill fixes and re-watches runs but never merges. The config skill never prints or accepts secrets. The pr skill manages descriptions and review threads, while ship executes planned tasks to a reviewable PR with independent review.