v0.1.11 — SKILL.md frontmatter cleanup + briefing v0.2.0 HTML + CCv4 port
What changed
SKILL.md frontmatter cleanup (verified against authoritative Claude Code docs)
- Removed
context: forkfrom 14 first-party skills. The field is real but only takes effect when paired withagent:— without that companion, Claude Code silently ignores it. Was vestigial. - Added per-skill
allowed-toolsto 15 high-impact skills (briefing, bootstrap, find, contact, contact-log, new-project, archive-project, prune-projects, inbox-process, save-resource, sync-indexes, thinking-partner, samba-publish, company-research, people-research).allowed-toolsgrants no-prompt access to listed tools when a skill is active. Total skills withallowed-tools: 4 → 19.
Top-5 SKILL.md description trims (~7,478 chars / ~1,870 tokens reclaimed)
- `briefing` 2941 → 803 chars
- `bootstrap` 2921 → 897 chars
- `contact-log` 2006 → 658 chars
- `contact` 1743 → 754 chars
- `inbox-process` 1609 → 630 chars (was being dropped from session listing)
Trigger phrases, invariants, composition notes, and historical pointers moved out of description into SKILL.md body where they belong.
`/briefing` v0.2.0 — HTML output
Output switched from `morning-briefing-YYYY-MM-DD.md` to `.html`. Self-contained DOM with `data-od-id` slugs follows the `design-dashboard` pattern (sidebar nav + topbar + KPI row + section panels + Tools-used footer). No `<script>`, no external links/fonts/CSS, no `http://`, inline SVG only.
Atlassian skill scripts parameterized
`jira-decompose-epic` (renamed from `jira-create-vertical-slices`), `scaffold-engineering-project`, and `confluence-publish-markdown` now read `ATLASSIAN_BASE_URL` (and `ATLASSIAN_CONF_SPACE`) from env with `` placeholder fallback. No more hardcoded `sambatv.atlassian.net` references.
New skills + hooks (CCv4 port)
New skills: `autonomous`, `autonomous-research`, `bootup`, `create-handoff`, `jira-decompose-epic` (renamed), `premortem`, `research`, `resume-handoff`, `review`, `upgrade-harness`.
New hooks: `auto-handoff-stop`, `post-edit-diagnostics`, `pre-compact`, `status`, `tldr-read` + shared lib.
Install
```bash
git clone https://github.com/the-sid-dani/second-brain-harness
cd second-brain-harness
claude
```
Then run `/bootstrap` for first-time setup.