From idfkit
Search and read EnergyPlus documentation for any object type, field, or concept. Use when you need to understand how an EnergyPlus object works, what fields are available, or how a feature should be configured.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idfkit:docs [search-query][search-query]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Look up: $ARGUMENTS
Look up: $ARGUMENTS
Use
docsfor EnergyPlus object documentation (fields, algorithms, behavior) via the MCP server; usedeveloping-with-idfkitfor writing idfkit Python against the library.
Quick reference — If the query is an object type name, read the idfkit://docs/{object_type} resource to get direct URLs to:
Search — Use search_docs with the query to find relevant documentation sections:
tags to target specific doc sets (e.g., "io-ref", "engineering-ref")Read details — For the most relevant results, use get_doc_section with the location from the search results to read the full section content
Present findings — Summarize the key information:
Schema complement — If relevant, also use describe_object_type to show the concrete field schema alongside the documentation
npx claudepluginhub idfkit/idfkit-plugin --plugin idfkitCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.