Skip to main content
Back to registry

filesystem-context

guanyang/antigravity-skills

The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window.

Installs196
Install command
npx skills add https://github.com/guanyang/antigravity-skills --skill filesystem-context
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window. The core insight is that files enable dynamic context discovery: agents pull relevant context on demand rather than carrying everything in the context window. This contrasts with static context, which is always included regardless of relevance. Activate this skill when: Context engineering can fail in four predictable ways. First, when the context an agent needs is not in the total available context. Second, when retrieved context fails to encapsulate needed context. Third, when retrieved context far exceeds needed context, wasting tokens and degrading performance.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does filesystem-context do?

The filesystem provides a single interface through which agents can flexibly store, retrieve, and update an effectively unlimited amount of context. This pattern addresses the fundamental constraint that context windows are limited while tasks often require more information than fits in a single window.

Is filesystem-context good?

filesystem-context does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does filesystem-context work with?

filesystem-context currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot, openclaw.

What are alternatives to filesystem-context?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install filesystem-context?

npx skills add https://github.com/guanyang/antigravity-skills --skill filesystem-context

Related skills

Alternatives in Software Engineering