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. parcadei
  4. /
  5. continuous-claude-v3
  6. /
  7. Recall

Recall

Editor's Note

This queries a PostgreSQL database with BGE embeddings to surface relevant learnings from previous sessions. You run it when you need to remember how you solved something before, like a specific hook pattern or how you handled a TypeScript error. It returns the top 5 results by default with full content, confidence levels, and session context. The system uses semantic search, so you're not hunting through logs or relying on exact keyword matches. You can tune it with vector-only mode for precision or text-only for speed. Not user-invocable, so it's meant for Claude to reference automatically rather than something you'd call directly. Honestly most useful once you've built up enough session history for the recall to matter.

Install

npx skills add https://github.com/parcadei/continuous-claude-v3 --skill recall
Votes
0
Installs403
GitHub Stars3.8k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment