Skip to content

Add new skills, rules, and lint fixes#361

Merged
philoserf merged 8 commits intomainfrom
feat/lint-fixes-and-new-skills
Mar 25, 2026
Merged

Add new skills, rules, and lint fixes#361
philoserf merged 8 commits intomainfrom
feat/lint-fixes-and-new-skills

Conversation

@philoserf
Copy link
Copy Markdown
Owner

Summary

  • fix(hooks): log-event.sh now creates ~/.claude/logs/ before writing, preventing silent failures
  • feat: Add second-opinion and scientific-problem-selection skills
  • docs(rules): Add verification, test-failures, and long-running-tasks rules; expand git and research-first guidance
  • docs: Add guidance to flag tangential issues without fixing them unsolicited
  • chore: Enable trailofbits plugins (gh-cli, modern-python); clean up settings.json formatting

Test plan

  • Verify log-event.sh creates logs directory on fresh session
  • Invoke /second-opinion and /scientific-problem-selection skills
  • Confirm settings.json parses correctly (claude --version or new session)

🤖 Generated with Claude Code

philoserf and others added 8 commits March 25, 2026 18:50
log-event.sh wrote to ~/.claude/logs/ without creating the directory,
causing silent failures on first run.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Pipes git diffs to external LLM CLIs (Sourcegraph Amp or pi) for
independent code review from a different model.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9-skill framework for systematic research problem selection based on
Fischbach & Walsh (Cell, 2024). Covers ideation, risk assessment,
optimization, parameter strategy, decision trees, and synthesis.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…rules

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Git: add commit bisection guidance and explicit file staging preference.
Research-first: add targeted search patterns and knowledge layers.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add guidance to briefly report tangential issues (deprecation warnings,
flaky tests, stale configs) without fixing them unsolicited.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Enable gh-cli and modern-python plugins from trailofbits marketplace.
Remove cosmetic blank lines in permission arrays.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@philoserf philoserf merged commit 1d72263 into main Mar 25, 2026
1 check passed
@philoserf philoserf deleted the feat/lint-fixes-and-new-skills branch March 25, 2026 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant