From daily-carry
Enforces iterative web research for coding and DevOps questions to prevent assumptions about libraries, frameworks, APIs, versions, and configurations. Use this skill when the user asks about programming languages, frameworks, libraries, DevOps tools, cloud platforms, databases, container orchestration, CI/CD, infrastructure as code, or any technical topic where current documentation, version-specific behavior, or recent changes matter. This skill ensures Claude searches and fetches authoritative sources before answering, even for topics Claude may have knowledge about, to verify current state and avoid outdated information.
How this skill is triggered — by the user, by Claude, or both
Slash command
/daily-carry:tech-research-enforcerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Never assume. Always verify.** Technology changes rapidly—APIs evolve, libraries update, best practices shift, and documentation changes. Even when Claude has knowledge about a topic, that knowledge may be outdated or incomplete for the user's specific context.
Never assume. Always verify. Technology changes rapidly—APIs evolve, libraries update, best practices shift, and documentation changes. Even when Claude has knowledge about a topic, that knowledge may be outdated or incomplete for the user's specific context.
ALWAYS use this workflow for questions involving:
Before answering any technical question, explicitly identify:
Use web_search to find authoritative sources:
Primary sources to prioritize:
Search strategy:
First search: "[technology] [specific feature] official documentation"
If unclear: "[technology] [version] [feature] latest"
For APIs: "[library] [version] API reference"
For configs: "[tool] configuration [format/syntax]"
For troubleshooting: "[error message] [technology] [version]"
Use web_fetch to retrieve complete documentation pages:
Never stop at search snippets alone—snippets are often incomplete or missing crucial context.
After fetching documentation:
If the initial research doesn't fully answer the question:
[Provide direct answer based on fetched documentation]
**Source**: [Link to official documentation]
**Version**: [If applicable]
**Additional notes**: [Caveats, deprecations, alternatives]
When comparing technologies:
When helping debug:
For configuration questions:
When version is specified:
User: "How do I configure Docker autoscaling with KEDA?"
Bad response: "You can use KEDA's ScaledObject with Docker... [proceeds without verification]"
User: "How do I configure Docker autoscaling with KEDA?"
Good workflow:
User: "How do I use FastAPI's dependency injection?"
Bad response: "You use Depends() like this... [shows code from memory]"
User: "How do I use FastAPI's dependency injection?"
Good workflow:
Immediately trigger web research when encountering:
npx claudepluginhub jayteealao/agent-skills --plugin daily-carryEnforces research of official documentation before implementing features in Django, FastAPI, React, Python, or TypeScript to verify best practices and deprecations.
Fetches live documentation and implementation guidance for any library, framework, or API. Invoked when the user asks for documentation, examples, or best practices.
Looks up API docs, SDK references, library versions, breaking changes, migration guides, changelogs, release notes, and deprecations via local skill references or targeted web searches.