agent-startup-context-gate

Verify repository identity and read governing instructions before coding tasks.

2|Updated Jul 6, 2026
One-click install
npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill agent-startup-context-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-startup-context-gate
Source: https://github.com/nguyenpv1980-wq/Project-Aegis/tree/main/.claude/skills/agent-startup-context-gate
Command: npx skills add https://github.com/nguyenpv1980-wq/Project-Aegis --skill agent-startup-context-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents work from starting in the wrong repository or against stale context by verifying location identity, reading governing instructions, and separating verified facts from assumptions and missing information.

Core Features & Use Cases

  • Repository identity checks: Confirms the working directory matches the intended project using signals like git remote, README identity, landmarks, and recent history.
  • Safe startup workflow: Reads instruction files and canonical status docs before any code changes, helping avoid expensive mistakes.
  • Fact-aware reporting: Produces a startup context report that clearly distinguishes facts, assumptions, and missing information.
  • Use case: Start any coding task in a repo, resume after compaction or interruption, or validate that a path is truly the target project before modifying files.

Quick Start

Use the agent-startup-context-gate skill to verify this repository identity and report the verified context before doing any work.

Frequently Asked Questions about agent-startup-context-gate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a repository before starting a coding task?

To verify a repository before coding, confirm the working directory matches the intended project by checking the git remote, README landmarks, and instruction files. This prevents starting work in the wrong repository or against stale context.

Why does stale context cause issues when resuming a coding session?

Stale context causes issues when resuming coding sessions because the working directory may no longer reflect the intended project state. Verifying repository identity and reading governing instruction files prevents expensive mistakes from outdated assumptions.

What is the best way to check repository identity before modifying files?

The best way to check repository identity is to verify the git remote, confirm README landmarks, read instruction files, and review status docs. This ensures the working directory is truly the target project before any code changes occur.

Can I use instruction files and status docs to validate a project path safely?

Yes, you can use instruction files and canonical status docs to validate a project path safely. Reading these governing documents before any code changes separates verified facts from assumptions and missing information.

What should a startup context report include for repository verification?

A startup context report for repository verification should include facts, assumptions, and missing information. It confirms the working directory matches the intended project using git remote, README identity, landmarks, and recent history.

When do I need to validate my working directory before writing code?

You need to validate your working directory before writing code during repository startup, resumed sessions, or any situation where context may be stale. Checking git remote and instruction files prevents working in the wrong repository.