Searches indexed embedded systems documentation for registers, memory maps, and peripheral details using search_docs tool.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bitwise-embedded-docs:search-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search the indexed embedded systems documentation for the user's query. Use the `search_docs` MCP tool to find relevant sections, register definitions, and memory map information from ingested PDF datasheets.
Search the indexed embedded systems documentation for the user's query. Use the search_docs MCP tool to find relevant sections, register definitions, and memory map information from ingested PDF datasheets.
If the user is looking for a specific register by name, prefer find_register for exact matches.
If no documents are indexed yet, suggest using ingest_docs first with the path to a PDF datasheet.
npx claudepluginhub michaelayles/bitwise-mcp --plugin bitwise-embedded-docsSearches DigiKey for electronic components, downloads datasheets via API, and syncs a local datasheets directory by extracting MPNs from schematics.
Guides doc lookup and web search workflow for investigating libraries, APIs, or unfamiliar patterns before implementation.
Guides WebSearch queries to find authoritative documentation, best practices, implementation patterns, and version-specific details for frameworks, APIs, and databases.