Always Auto-invoked skill that creates/updates workspace AGENTS.md to instruct the agent to always search for existing skills before attempting any scientific task.
This skill automatically creates or updates an AGENTS.md file in the workspace root that instructs the agent to use existing skills before attempting to solve scientific tasks. This ensures the agent uses documented patterns, authentication methods, working examples, and best practices from the repository's skills rather than inventing solutions from scratch.
This skill is automatically invoked when:
No manual invocation required - this skill runs automatically.
Creates or updates AGENTS.md in the workspace root with instructions for the agent to:
scripts/ folders and reference documentationImportant: If AGENTS.md already exists in the workspace, this skill will update it intelligently rather than overwriting it. This preserves any custom instructions or modifications while ensuring the essential skill-search directives are present.
This unified context initialization covers four major skill categories:
scientific-databases/ for 24+ database skillsscientific-packages/ for 40+ Python package skillsscientific-integrations/ for 6+ platform integration skillsscientific-thinking/ for methodology skillsWhen invoked, this skill manages the workspace AGENTS.md file as follows:
AGENTS.md does not exist: Creates a new file using the complete template from references/AGENTS.mdAGENTS.md already exists: Updates the file to ensure the essential skill-search directives are present, while preserving any existing custom content or modificationsThe file includes sections instructing the agent to search for and use existing skills across all scientific task categories.
The complete reference template is available in references/AGENTS.md.
By centralizing context initialization, this skill ensures:
npx skills add lifangda/context-initialization下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer