CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. alinaqi
  4. /
  5. claude-bootstrap
  6. /
  7. Session Management

Session Management

Editor's Note

Prevents context loss in long coding sessions by maintaining tiered checkpoints. Quick updates after small tasks, full checkpoints after decisions or 20 tool calls, and session archives when wrapping up major work. Creates a session directory with current state, decision logs, and code landmarks so you can resume exactly where you left off. The tiered approach is smart: it won't bog you down with documentation after every tiny change, but it forces you to document the stuff that actually matters, like why you chose RS256 over HS256 or where the auth middleware lives. Most useful when you're deep in a multi-day feature and need to preserve architectural context across breaks.

Install

npx skills add https://github.com/alinaqi/claude-bootstrap --skill session-management
Votes
0
Installs201
GitHub Stars685
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment