Agent skill
lunar-missions-expert
Specialized skill for tracking lunar mission timelines, manifests, and mission status within the LORS framework.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/lunar-missions-expert
SKILL.md
Lunar Missions Expert Skill
Domain Knowledge
- File:
LUNAR_MISSIONS.MD(Index) - Primary Data Sources:
missions/(individual mission files with YAML metadata)rovers/(rover details)landers/(lander details)
- Metadata Format: YAML blocks with fields:
mission_id,lander_id,payload_ids,launch_date,status,target_site.
Instructions
- Manifest Data Collection: Create detailed mappings of payload IDs to lander IDs and mission IDs, capturing all items delivered to the surface.
- Timeline Data Tracking: Maintain an accurate log of launch dates, target landing sites, and actual landing coordinates.
- Outcome Documentation: Collect and document mission success metrics and status transitions.
- Source Attribution: Link entries to official mission reports, NASA CLPS updates, or provider press releases to verify status change and manifest items.
- Cross-Referential Integrity: Always verify if
lander_idorpayload_idshave corresponding files inlanders/orrovers/. If so, ensure the Markdown body contains relative links (e.g.,[Lander Name](../landers/FILE.MD)) to those files.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?