By tdp1999
Library and framework reference guides. Teaches Claude how to correctly use specific tools, libraries, and frameworks within your project conventions.
Curated Claude Code plugins for task-driven development and productivity
/plugin marketplace add tdp1999/tdp-plugins-marketplace
/plugin install ctx@tdp-plugins
Complete workflow management for task-driven development with .context/ folder organization.
Features:
Installation:
/plugin install ctx@tdp-plugins
Available Commands:
/context-init - Initialize new project structure/vision - Define project vision/techstack - Document technical stack/architecture - Design system architecture/epic - Create epic planning document/breakdown - Break epic into tasks/task - View/manage tasks/start - Begin working on task/progress - Track progressMaintained by Phuong Tran
All plugins are MIT licensed unless otherwise specified.
Have ideas for new plugins? Open an issue or submit a PR!
Repository: https://github.com/tdp1999/tdp-plugins-marketplace
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub tdp1999/claude-code-ctx --plugin librefComplete task-driven development workflow for .context/ folder management. Includes project setup (vision, architecture, techstack), planning (epic, investigate), task breakdown, and progress tracking with TDD support.
Dig into library source code - clone and explore repos to answer API questions
Fetch up-to-date library documentation via Context7 for accurate coding
Fetch up-to-date library documentation via Context7 REST API
Commands for loading context and priming Claude for specific tasks
Use this agent when you need to fetch and utilize documentation from Context7 for specific libraries or frameworks. Examples: <example>Context: User is building a React application and needs documentation about hooks. user: 'I need to implement useState and useEffect in my React component' assistant: 'I'll use the context7-docs-fetcher agent to get the latest React documentation about hooks' <commentary>Since the user needs specific React documentation, use the context7-docs-fetcher agent to fetch relevant docs and provide accurate guidance.</commentary></example> <example>Context: User is working with Express.js and MongoDB and needs setup guidance. user: 'How do I create a REST API with Express and connect to MongoDB?' assistant: 'Let me use the context7-docs-fetcher agent to get the current documentation for both Express.js and MongoDB' <commentary>The user needs documentation for multiple libraries, so use the context7-docs-fetcher agent to fetch comprehensive docs.</commentary></example>
5 methods to retrieve code context: DeepWiki, Context7, Exa, git clone, and web search+fetch