By gaurangrshah
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.
Setting to change: profile, backend, or show
Path to the shared worklog database
Initialize worklog database for cross-session persistence (primary system setup)
Set up Python environment for worklog MCP server (cross-platform)
Check worklog database connectivity and display statistics
On-demand knowledge base curation - normalize tags, find duplicates, manage topics, promote memories
Query the worklog database for context, knowledge, errors, and history
Store knowledge, entries, errors, and context in the worklog database
Reconcile worklog database with documentation - promotes learnings to docs with proper frontmatter and validates after sync
Uses power tools
Uses Bash, Write, or Edit 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 appgenDocumentation management and validation with .local.md config support. Single source of truth philosophy with inline updates, journal reconciliation, and worklog integration.
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.
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.
Flexible knowledge base scaffolding: personal KB, project docs, team collaboration with configurable entities, microdatabases, and VitePress portal
Persistent memory for Claude Code. Capture work across sessions and recall relevant context.
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
Persistent memory across Claude Code sessions
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Persistent memory system for Claude Code with SQLite, FTS5, and vector search