From fledgling
Use this skill for code analysis, AST-based search, git diff analysis, code structure exploration, and Claude conversation history. When the user asks to find definitions, analyze code structure, compare git revisions, search conversations, or explore past sessions, use fledgling MCP tools instead of grep/git commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fledgling:fledgling-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fledgling provides AST-based code analysis, git diff tools, and conversation
Fledgling provides AST-based code analysis, git diff tools, and conversation history through DuckDB. Use fledgling tools for structural code understanding instead of grep.
FindDefinitions (AST-based, not text match)CodeStructure (top-level overview with line counts)FindInAST (calls, imports, loops, etc.)GitDiffSummary, GitDiffFileGitShowChatSessions, ChatSearch| Tool | Use for |
|---|---|
FindDefinitions | Find functions, classes, variables by name pattern (SQL LIKE %) |
CodeStructure | Top-level structural overview — definitions with line counts |
FindInAST | Search by category: calls, imports, definitions, loops, conditionals |
| Tool | Use for |
|---|---|
GitDiffSummary | File-level change summary between two revisions |
GitDiffFile | Line-level unified diff of a single file between revisions |
GitShow | Show file content at a specific git revision |
| Tool | Use for |
|---|---|
ChatSessions | Browse Claude Code sessions — duration, tool usage, tokens |
ChatSearch | Search conversation content across sessions |
ChatToolUsage | Analyze tool usage patterns across sessions |
ChatDetail | Detailed view of a specific session |
| Tool | Use for |
|---|---|
ReadLines | Read specific line ranges from files |
MDSection | Extract a section from a markdown file by heading |
Help | Show available fledgling commands and usage |
Fledgling also exposes a query built-in tool for direct SQL. Useful macros:
-- Find complexity hotspots
SELECT * FROM complexity_hotspots('src/**/*.py', 10);
-- Module dependency analysis
SELECT * FROM module_dependencies('src/**/*.py');
-- Structural diff (function-level changes)
SELECT * FROM structural_diff('HEAD~1', 'HEAD', 'src/**/*.py');
-- Changed function summary
SELECT * FROM changed_function_summary('HEAD~3', 'HEAD');
duckdb_mcp, duck_tails, markdown, read_lines, sitting_duckcurl -sL https://teaguesterling.github.io/fledgling/install.sql | duckdbSearches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
Implements vector databases with Pinecone, Weaviate, Qdrant, Milvus, pgvector for semantic search, RAG, recommendations, and similarity systems. Optimizes embeddings, indexing, and hybrid search.
npx claudepluginhub teaguesterling/retritis --plugin fledgling