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. guanyang
  4. /
  5. antigravity-skills
  6. /
  7. Filesystem Context

Filesystem Context

Editor's Note

Turns out the filesystem is a better context manager than your prompt. This skill shows you how to offload tool outputs, persist plans, and share state between agents using files instead of cramming everything into the context window. The core insight is simple: write once, retrieve selectively. Tool returned 10,000 lines? Write it to scratch, grep for what you need, pull 50 lines back. Long task losing coherence? Persist the plan as YAML and re-read it each turn. The pattern library covers scratchpads, sub-agent handoffs, dynamic skill loading, and self-modifying instructions. It's practical filesystem engineering for context-constrained agents, with clear guidance on when to use files versus actual memory systems.

Install

npx skills add https://github.com/guanyang/antigravity-skills --skill filesystem-context
Votes
0
Installs390
GitHub Stars848
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment