brief is agent-read markdown (skill) from jahidulislamseo/antigravity-ai-skills: Manages persistent work state (briefs) for local SEO engagements. Automatically load this skill when starting work on a specific business or location, when a user says "resume," "continue," "pick up where we left off," or references a specific client or location by name. Also load when any tool call is about to be made for a business, that's the trigger to create or update a brief. Load when receiving output from a scheduled task..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Brief Management
Briefs are persistent work state for local SEO engagements. One brief per location. Brand rollup for multi-location work. Scheduled task outputs extend the brief over time, building a compounding history of every scan, audit, report, and finding for each business.
---
## Structure
```
briefs/
{brand}/
_brand.brief.md ← config + rollup across all locations
reports/ ← brand-level rollup reports
{location}/
location.brief.md ← always current, always lean
reports/ ← weekly, monthly, QBR reports
scans/ ← geogrid scans, citation audits, page audits
drafts/ ← GBP posts, review responses awaiting approval
alerts/ ← monitoring alerts
```
---
## First Run Detection
**This is the most important section.** When a user mentions a specific business and no brief exists, do not proceed with their request yet. Run setup first, then circle back to what they asked for.
### Detection
Before doing any work for a specific business, check for an existing brief:
- Claude Code: look for `briefs/{brand-slug}/{location-slug}/location.brief.md`
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_g3d2p2dh5jpxqmpe
GET https://markdownregistry.com/api/v1/resolve?ref=jahidulislamseo/antigravity-ai-skills/brief
GET https://markdownregistry.com/api/v1/blob/1c88e5e8909f656325421fa25244c3b38c11105c6534334a957ce6c3aef110a0
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
jahidulislamseo/antigravity-ai-skills · skills/agency-visual-report/SKILL.md · Use when creating ultra-professional, agency-grade client reports, visual HTML dashboards, and executive deliverables…
jahidulislamseo/antigravity-ai-skills · skills/ahrefs-tool/SKILL.md · When the user wants backlink analysis, link gap analysis, competitor link profiles, referring domain data, or link…
jahidulislamseo/antigravity-ai-skills · skills/ai-local-search/SKILL.md · When the user wants to optimize for AI-powered local search results including Google AI Overviews, AI Mode, ChatGPT…
jahidulislamseo/antigravity-ai-skills · skills/api-designer/SKILL.md · Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for…
jahidulislamseo/antigravity-ai-skills · skills/apple-business-connect/SKILL.md · When the user wants to optimize their Apple Maps listing, set up Apple Business Connect, or improve visibility in…
jahidulislamseo/antigravity-ai-skills · skills/architecture-designer/SKILL.md · Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions…
jahidulislamseo/antigravity-ai-skills · skills/atlassian-mcp/SKILL.md · Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying…
jahidulislamseo/antigravity-ai-skills · skills/bing-places/SKILL.md · When the user wants to optimize their Bing Maps listing, set up Bing Places for Business, or improve visibility in…
jahidulislamseo/antigravity-ai-skills · skills/brightlocal-tool/SKILL.md · When the user wants citation audits, citation building, review monitoring across platforms, GBP audit scoring, or…
jahidulislamseo/antigravity-ai-skills · skills/chaos-engineer/SKILL.md · Designs chaos experiments, creates failure injection frameworks, and facilitates game day exercises for distributed…
jahidulislamseo/antigravity-ai-skills · skills/cli-developer/SKILL.md · Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and…
suboss87/fdeops · skills/brief/SKILL.md · Clarify a new customer brief, desired outcome, constraints and evidence gaps. Use for kickoff or a first meeting; do…
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/brief/SKILL.md · Interactive briefing of a plan file — explains reasoning, schema decisions, component choices. Use when developers need…
dcouple/pane · main/src/services/paneChatBundle/skills/brief/SKILL.md · Use when a problem, idea, or change of intent is worth capturing as a long-form page, or the person asks to write it…
7xuanlu/wenlan · plugin/skills/brief/SKILL.md · Read the current Space-owned project Brief from Wenlan. With an optional topic, appends separately labeled related…
7xuanlu/wenlan · plugin-codex/skills/brief/SKILL.md · Read the current Space-owned project Brief from Wenlan for Codex. With an optional topic, appends separately labeled…
gtapps/claude-code-hermit · plugins/claude-code-hermit/skills/brief/SKILL.md · Returns a 5-line executive summary of recent work. Checks open resident records first, then recent task outcomes…