By gaurangrshah
AI-powered task management with backend abstraction. Supports Local, Plane, GitHub, and Linear backends. Transform PRDs into structured tasks or add ad-hoc tasks with hygiene tracking.
Add a new task to TaskFlow (ad-hoc, no PRD required)
Break a task into smaller subtasks
Initialize TaskFlow task tracking with backend selection.
List tasks from the configured backend with optional filtering.
Migrate TaskFlow configuration from old JSON format to new `.local.md` format.
Runs pre-commands
Contains inline bash commands via ! syntax
Bash prerequisite issue
Uses bash pre-commands but Bash not in allowed tools
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.
A collection of Claude Code plugins for enhanced development workflows.
| Plugin | Version | Description |
|---|---|---|
| appgen | 2.0.0 | Full-stack applications and APIs from natural language |
| webgen | 2.0.0 | Production-ready websites and landing pages from natural language |
| taskflow | 2.0.0 | Task management with PRD parsing and multi-tag contexts |
| worklog | 1.7.1 | Cross-session knowledge persistence (SQLite/PostgreSQL) |
| docs | 1.1.0 | Documentation management and quality assurance |
Ecosystem v2: All plugins now use unified
.local.mdconfiguration at~/.gsc-plugins/. See ECOSYSTEM.md for integration details.
Note: These plugins are indexed on claude-plugins.dev but are NOT available in the central
npx claude-pluginsregistry. Use one of the methods below to install.
From within Claude Code, run these commands:
Step 1: Add the marketplace
claude plugin marketplace add https://github.com/gaurangrshah/gsc-plugins.git
Step 2: Install the plugins you want
claude plugin install webgen@gsc-plugins
claude plugin install appgen@gsc-plugins
claude plugin install worklog@gsc-plugins
claude plugin install taskflow@gsc-plugins
claude plugin install docs@gsc-plugins
If you're already in a Claude Code session:
/plugin marketplace add https://github.com/gaurangrshah/gsc-plugins.git
/plugin install webgen@gsc-plugins
Clone and copy to your local plugins directory:
# Clone the repo
git clone https://github.com/gaurangrshah/gsc-plugins.git
# Copy desired plugins to your local-plugins directory
cp -r gsc-plugins/plugins/webgen ~/.claude/plugins/local-plugins/
cp -r gsc-plugins/plugins/appgen ~/.claude/plugins/local-plugins/
cp -r gsc-plugins/plugins/worklog ~/.claude/plugins/local-plugins/
cp -r gsc-plugins/plugins/taskflow ~/.claude/plugins/local-plugins/
cp -r gsc-plugins/plugins/docs ~/.claude/plugins/local-plugins/
# Restart Claude Code to pick up the new plugins
# This will NOT work - we're not in the central npx registry
npx claude-plugins install @gaurangrshah/gsc-plugins/webgen # ❌
To update an already installed plugin to the latest version:
# Update marketplace index first
claude plugin marketplace update gsc-plugins
# Reinstall the plugin (--force overwrites existing)
claude plugin install worklog@gsc-plugins --force
claude plugin uninstall worklog@gsc-plugins
claude plugin install worklog@gsc-plugins
If you installed manually:
# Pull latest changes
cd ~/path/to/gsc-plugins
git pull
# Re-copy to local-plugins (overwrites existing)
cp -r plugins/worklog ~/.claude/plugins/local-plugins/
# Restart Claude Code to pick up changes
# Uninstall individual plugins
claude plugin uninstall webgen@gsc-plugins
claude plugin uninstall appgen@gsc-plugins
claude plugin uninstall worklog@gsc-plugins
claude plugin uninstall taskflow@gsc-plugins
claude plugin uninstall docs@gsc-plugins
# Remove the marketplace entirely (optional)
claude plugin marketplace remove gsc-plugins
/plugin uninstall webgen@gsc-plugins
/plugin uninstall appgen@gsc-plugins
If you installed manually to local-plugins:
# Remove specific plugins
rm -rf ~/.claude/plugins/local-plugins/webgen
rm -rf ~/.claude/plugins/local-plugins/appgen
rm -rf ~/.claude/plugins/local-plugins/worklog
rm -rf ~/.claude/plugins/local-plugins/taskflow
rm -rf ~/.claude/plugins/local-plugins/docs
# Restart Claude Code to apply changes
To remove everything (marketplace + all plugins):
# 1. Uninstall all plugins
claude plugin uninstall webgen@gsc-plugins
claude plugin uninstall appgen@gsc-plugins
claude plugin uninstall worklog@gsc-plugins
claude plugin uninstall taskflow@gsc-plugins
claude plugin uninstall docs@gsc-plugins
# 2. Remove marketplace
claude plugin marketplace remove gsc-plugins
# 3. Remove any manual installations
rm -rf ~/.claude/plugins/local-plugins/{webgen,appgen,worklog,taskflow,docs}
# 4. Restart Claude Code
Note: Uninstalling worklog does NOT delete your worklog.db database. Your knowledge and work history are preserved.
Understanding which plugin to use for different scenarios:
npx claudepluginhub gaurangrshah/gsc-plugins --plugin worklogDocumentation management and validation with .local.md config support. Single source of truth philosophy with inline updates, journal reconciliation, and worklog integration.
Cross-session knowledge persistence with SQLite (default) or PostgreSQL. Store learnings, recall context, and maintain continuity across Claude Code sessions. Part of the unified GSC plugins ecosystem with plugin discovery and knowledge import.
Generate production-ready websites from natural language. Part of the unified GSC plugins ecosystem with query-first knowledge, progressive discovery, and cross-plugin integration.
Generate full-stack applications and APIs from natural language. Part of the unified GSC plugins ecosystem with query-first knowledge, progressive discovery, and cross-plugin integration.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.