用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/praxstack/skills-and-personas --skill briefing命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create exhaustive BLUEPRINT.md files — the implementation bible that expands a SPEC.md into maximum granular detail so an AI coding agent can translate it line-by-line into code with zero interpretation. This skill REQUIRES a SPEC.md to already exist. Use this skill whenever the user wants to create a blueprint, implementation blueprint, detailed spec, "bible" document, or says "create the blueprint", "expand the spec", "make it more detailed", "generate BLUEPRINT.md", or "I need every detail spelled out." Also trigger when the user has a SPEC.md and wants to go deeper before implementation. The Blueprint is the final artifact before code — it takes the portable implementation contract (SPEC.md) and fills in every edge case, validation rule, error message, sequence, and example so nothing is left to judgment. Works for any software domain. If no SPEC.md exists, this skill MUST redirect the user to generate one first using the spec-creator skill.
Create production-grade SPEC.md files — portable implementation contracts that any AI coding agent can build from without follow-up questions. Use this skill whenever the user wants to write a spec, specification, technical spec, implementation contract, SPEC.md, or service specification for any software task. Also trigger when the user says "spec out", "write a spec for", "create a spec", "define the contract for", or describes a system they want built and needs a thorough specification before implementation. This skill works for backend services, full-stack apps, CLI tools, SDKs, developer tools, and any domain. It produces specs at the level of a principal-engineer-authored portable implementation contract — not a PRD, not an HLD, but the artifact that sits between architecture and code.
Scope-calibrated ultra-rigor workflow for hard reasoning, high-risk code changes, architecture decisions, debugging with multiple plausible root causes, security-sensitive work, and user requests like "ultra reasoning", "think harder", "verify everything", "adversarial review", "war room", "deep check", "paranoid verifier", or "no hallucinations". Use to force evidence-first planning, assumption tracking, hypothesis falsification, adversarial self-review, verification gates, and clear uncertainty without overloading trivial tasks.
正在显示 SKILL.md
| name | briefing |
| version | 1.3.0 |
| description | Compile daily briefing with meeting context, active deals, and citation tracking |
| triggers | ["daily briefing","morning briefing","what's happening today","brain pulse","pre-briefing pull"] |
| tools | ["search","query","get_page","list_pages","get_timeline"] |
| mutating | false |
| upstream | briefing@fc834ee |
Compile a daily briefing from brain context.
Filing rule: When the briefing creates or updates brain pages, follow
skills/_brain-filing-rules.md.
[Source: slug, updated DATE] citation.Run these BEFORE composing the briefing sections. All four pulls are read-only.
0a. Salience scan. Surface pages with high emotional or activity salience:
gbrain salience --days 7
Returns pages ranked by emotional weight and recent activity. Fold the top 5-10 into the briefing under a "High-Salience Pages" section — these are the entities and topics that are emotionally or operationally hot right now. Use this to prioritize which meetings/deals/people get the most briefing depth.
0b. Anomaly detection. Surface statistical anomalies in the brain:
gbrain anomalies
Defaults to today against a 30-day baseline; widen with
--lookback-days N or lower the threshold with --sigma 2. Flags cohorts
(by tag, by type) whose activity broke from their normal cadence — sudden
spikes in mentions or pages updating far off their usual rhythm. Add hits to
an "Anomalies" section after the brain pulse.
0c. Personal recall. Check stored personal facts and preferences before composing:
gbrain recall --query "current priorities and preferences" --json
Use recall to pull personal context — dietary preferences, communication preferences, prior commitments or promises made. This prevents the briefing from contradicting things the user has previously stated or decided.
0d. Hot memory pulse (v0.32). Before composing anything else, run:
gbrain recall --since-last-run --supersessions --pending --rollup --json
Fold the result into the briefing under a "Brain pulse" section at the top:
--supersessions output. Lead
with these because they're new corrections to your model of the world.top_entities from --rollup (top 5 entity slugs by
fact count in the window).facts array under each
entity from the rollup; include kind, notability, and confidence.pending_consolidation_count > 0,
note N facts await dream-cycle consolidation so the operator can decide
whether to run gbrain dream before reading further.The --since-last-run flag advances ~/.gbrain/recall-cursors/<source>.json
so the next briefing picks up exactly where this one left off. If you're
running this as a cron job, pass --source <slug> or set GBRAIN_SOURCE
explicitly — cron doesn't start in your repo-root cwd, so dotfile resolution
may miss the right source. Thin-client installs (gbrain init --mcp-only)
route through the remote brain transparently.
Before generating any briefing, load context from gbrain systematically.
For every attendee on the calendar invite:
gbrain search "<attendee name>" -- find their brain pagegbrain get <slug> -- load compiled truth, recent timeline, relationship contextBefore drafting or triaging any email:
gbrain search "<sender name>" -- load sender contextRun these queries to populate the briefing sections:
gbrain query "active deals status" -- deal pipeline snapshotgbrain query "meetings this week" -- recent meeting pages with insightsgbrain query "pending commitments follow-ups" -- open threads and action itemsgbrain list --type person --sort updated_desc --limit 10 -- people in playDAILY BRIEFING -- [date]
========================
MEETINGS TODAY
- [time] [meeting name]
Participants: [name] (slug: people/name, [key context])
ACTIVE DEALS
- [deal name] -- [status], deadline: [date]
Recent: [latest timeline entry]
ACTION ITEMS
- [item] -- due [date], related to [slug]
RECENT CHANGES (24h)
- [slug] -- [what changed]
PEOPLE IN PLAY
- [name] -- [why they're active]
If the briefing creates or updates any brain pages (e.g., new meeting prep
pages, updated entity pages), the back-linking iron law applies: every entity
mentioned must have a back-link from their page. See skills/_brain-filing-rules.md.
When presenting facts from brain pages, include inline citations:
[Source: slug, updated DATE]. A fact without a citation is unverifiable.