feedfwd
01Plugin Claude Code
Turn what you read into how you code. Captures articles, techniques, and insights, then automatically injects relevant knowledge into your Claude Code sessions.
Plugin Claude Code
Turn what you read into how you code. Captures articles, techniques, and insights, then automatically injects relevant knowledge into your Claude Code sessions.
Agent
Agent "distiller" from adityarbhat/feedfwd, covering distiller subagent, descriptions into structured knowledge cards, how it works in claude code, that the distillation work doesn't pollute the user's main and article content, and it writes the knowledge card to disk.
Command
Command "knowledge" from adityarbhat/feedfwd, covering /knowledge command, feedfwd: browse, search, and manage the knowledge base, how it works in claude code, done by cardcli.py — this command just runs it and formats and the output nicely for the user.
Command
Command "learn" from adityarbhat/feedfwd, covering /learn command, this is the primary input mechanism for the plugin, how it works in claude code, when a user types "/learn ", claude code reads this file and the prompt — claude interprets and executes it directly.
Hook
Runs when a session starts, executing inject.py via python. From adityarbhat/feedfwd.
Hook
Runs when the agent finishes a response, executing feedback.py via python. From adityarbhat/feedfwd.
Skill Claude CodeCodex
Skill "distiller" from adityarbhat/feedfwd, covering feedfwd knowledge card format specification, this skill defines the canonical format for knowledge cards, it serves as a reference for the distiller subagent and any, component that reads or writes knowledge cards and how it works in claude code.