Falcon Skills
Description
A small marketplace of practical Claude Code skills
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
falcon-skills
A small marketplace of practical Claude Code skills. Ships four plugins: **hindsight**, **unslop-code**, **context-contradiction-checker**, and **hone**.
Quick Start
Add the marketplace, then install the plugin you want:
/plugin marketplace add Rahul-Krishnan/falcon-skills
/plugin install hindsight@falcon-skills
/plugin install unslop-code@falcon-skills
/plugin install context-contradiction-checker@falcon-skills
/plugin install hone@falcon-skills
Then run them:
/hindsight
/unslop-code
/context-contradiction-checker
/hone
hindsight
Cross-session retrospective analysis for Claude Code. It reads your recent sessions, finds patterns you keep hitting (scope creep, repeated search cascades, constraint amnesia, stale rules), and proposes concrete fixes to your rules, memory, and workflow.
What it does
- Scans your recent Claude Code transcripts (
~/.claude/projects/) over a configurable window (default 14 days). - Runs three parallel subagents: a transcript scanner, a memory auditor, and a workspace/config scanner.
- Synthesizes findings into a ranked list with severity and evidence, then suggests actions.
- Optionally generates a self-contained HTML report (
--viz). - Reports behavioral patterns only. It paraphrases, never quotes your conversations verbatim, and excludes personal, HR, and health topics.
Usage
/hindsight # last 14 days, default analysis
/hindsight window=7d # custom window
/hindsight --viz # also save a local HTML report
/hindsight --roast # blunter tone on findings
/hindsight --human # prioritize your-side patterns
/hindsight --ai # prioritize model-side patterns
/hindsight --auto # apply safe changes without prompting
Flags combine, eg `/hindsight window=30d --roast --viz`.
When to use it
- You feel like you keep making the same mistakes across sessions and
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11