Falcon Skills banner
Rahul-Krishnan Rahul-Krishnan

Falcon Skills

Development community

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