project-context

Read project conventions from CLAUDE.md, AGENTS.md, and README.md.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads and applies project-specific conventions, architecture decisions, and development guidelines to ensure every session starts with aligned context.

Core Features & Use Cases

  • Context discovery: reads CLAUDE.md, AGENTS.md, AIBO.md, README.md, and docs/ARCHITECTURE.md to assemble project rules
  • Context application: loads and enforces project conventions and development workflows at session start
  • Onboarding support: helps new contributors understand and follow project standards before coding

Quick Start

Load and apply the project's context guidelines at the start of every session.

Frequently Asked Questions about project-context

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

FAQPage Schema
How do I apply project-specific coding conventions and architecture decisions when starting a new development session?

To apply project-specific conventions at session start, you need a tool that reads files like CLAUDE.md, AGENTS.md, and docs/ARCHITECTURE.md. This assembles your project rules and development workflows into an aligned context for immediate use.

What is the best way to onboard new contributors to follow existing project coding standards and architecture guidelines?

Onboarding new contributors requires loading existing project standards before coding begins. By reading README.md and AIBO.md files, the system assembles architecture decisions and development guidelines, helping new developers understand and follow project standards immediately.

How does loading session context from project documentation files like CLAUDE.md actually work?

Loading session context works by reading specific project documentation files like CLAUDE.md and AGENTS.md at startup. The system extracts architecture decisions, coding standards, and workflows from these files, persisting the assembled rules to enforce project conventions throughout the session.

Do I need specific configuration files to enforce coding standards and architecture guidelines automatically?

Yes, you need existing configuration files like CLAUDE.md, AGENTS.md, AIBO.md, README.md, or docs/ARCHITECTURE.md. The system reads these specific files to discover and assemble your project's coding standards and architecture decisions for context application.

Can I use project context loading to enforce development workflows across common task scenarios?

Yes, loading project context enforces development workflows across common task scenarios. By reading architecture decisions and coding guidelines from your documentation files, the applied context helps developers consistently follow project standards during various development activities.

What are the limitations of relying on project documentation files for session context and coding standards?

The limitation of relying on documentation files for session context is that only rules present in CLAUDE.md, AGENTS.md, AIBO.md, README.md, and docs/ARCHITECTURE.md are enforced. Unlisted conventions or undocumented architecture decisions won't be applied to your session.