project-context

Read AGENTS.md and project skills to enforce conventions before tasks.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonz0w/bgsd-oc --skill project-context-gonz0w
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-context
Source: https://github.com/gonz0w/bgsd-oc/tree/main/skills/project-context
Command: npx skills add https://github.com/gonz0w/bgsd-oc --skill project-context-gonz0w

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project-specific discovery protocol ensures every agent reads project instructions and conventions before starting work, enforcing coding standards and security requirements.

Core Features & Use Cases

  • Ensures every agent discovers and follows project-specific conventions by reading AGENTS.md and available project skills.
  • Enables project-level pattern loading and rule application across all agents after bootstrap.
  • Supports on-demand loading of rules to enforce architecture patterns and development workflow directives.

Quick Start

Before executing any task, read AGENTS.md and project skills to apply project conventions.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I enforce coding standards before an AI agent starts working on my codebase?

To enforce coding standards before execution, use a project context discovery protocol that reads AGENTS.md and project skills to load rules and conventions automatically before any work begins.

What is project context discovery and when do I need it for agent workflows?

Project context discovery is a protocol that loads project instructions, skill indexes, and on-demand rules to guide agents. You need it when ensuring agents follow architecture patterns and security requirements across all tasks.

How do I load project instructions and conventions for agents on-demand?

Load project instructions by reading AGENTS.md and available project skills after bootstrap, applying project-level patterns and rules to guide agents dynamically in task contexts.

Can I apply security standards and architecture patterns across all agents after bootstrap?

Yes, you can apply security standards and architecture patterns across all agents after bootstrap by implementing a project-specific discovery protocol that reads and enforces project conventions before work begins.

What's the best way to ensure AI agents follow project-specific conventions automatically?

The best way to ensure agents follow project-specific conventions is to use a discovery protocol that reads AGENTS.md and project skills, enforcing coding standards and security requirements before execution.

Do I need an AGENTS.md file to set up instruction discovery for my project?

Yes, an AGENTS.md file is required to set up instruction discovery, as the protocol reads this file and project skills to load rules and ensure coding standards are followed during task execution.