Skip to content

v0.1.11 — SKILL.md frontmatter cleanup + briefing v0.2.0 HTML + CCv4 port

Choose a tag to compare

@the-sid-dani the-sid-dani released this 11 May 19:10
· 20 commits to main since this release

What changed

SKILL.md frontmatter cleanup (verified against authoritative Claude Code docs)

  • Removed context: fork from 14 first-party skills. The field is real but only takes effect when paired with agent: — without that companion, Claude Code silently ignores it. Was vestigial.
  • Added per-skill allowed-tools to 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-tools grants no-prompt access to listed tools when a skill is active. Total skills with allowed-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.