Brass creates project intelligence files that Claude Code automatically reads, providing persistent context across all your coding sessions. Claude Code continuously draws rich insights from your Brass analysis as you work together.
After you've installed Brass in your project (see install page), Claude Code is ready to use your project intelligence.
.brass/
intelligence files💡 Pro Tip:
While Claude Code naturally draws from Brass intelligence throughout your conversations, explicitly mention checking Brass when you need project-specific insights:
These moments call for your actual codebase insights rather than general programming advice.
Claude Code automatically accesses these files when you mention your project:
.brass/CONTEXT.md
—Project overview and technology stack.brass/STATUS.md
—Current development status.brass/INSIGHTS.md
—Code analysis and recommendations.brass/HISTORY.md
—Development patterns over timeShows analysis completion, last update time, and system health.
Displays current code analysis, security findings, and recommendations.
Triggers immediate code analysis instead of waiting for automatic scan.
Updates all intelligence files with latest project state.
Shows all available commands and options.
Brass enhances Claude Code sessions by providing:
Brass runs four analysis agents automatically:
Scans code patterns and structure (hourly)
Monitors file changes (every 5 minutes)
Analyzes architecture and technical debt (every 6 hours)
Generates development recommendations (daily)
When you ask Claude Code "What security issues should I prioritize?", with Brass it can reference specific findings from your actual codebase instead of giving generic advice.
"Generally, you should check for SQL injection, XSS vulnerabilities..."
"Based on your Flask application analysis in .brass/INSIGHTS.md
, prioritize fixing the SQL injection vulnerability in user_auth.py:47
and the missing input validation in api/orders.py:123
..."
The .brass/
folder contains markdown files that Claude Code reads:
Note: Brass requires a Claude API key and creates local analysis files. All processing happens locally on your machine.