attune-help
v0.13.0Read and explore .help/ documentation with progressive depth. Lightweight runtime companion to attune-ai's built-in authoring — no AI keys required.
By Smart AI MemoryLicense: Apache-2.010 GitHub starsUpdated 23 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 skill or MCP entries
- Source updated
- Aug 31, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install attune-help for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install attune-help@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Smart-AI-Memory/attune-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/attune-help/.
Plugin files
├── .claude-plugin/plugin.json├── skills/lookup/SKILL.md├── skills/lookup-list/SKILL.md├── skills/lookup-topic/SKILL.md├── skills/lookup-warn/SKILL.md└── .mcp.json
Included Skills4
Look up help topics with progressive depth. Pair with attune-ai for the full author-and-read workflow. Triggers on: lookup, look up, depth, topic, help topic, tell me more.
List all available help topics, optionally filtered by tag. Use to browse what's in the bundled templates or the project's .help/ directory. Triggers on: list topics, what's available, browse help, show topics.
Look up a help topic with progressive depth. First call returns concept, repeat calls escalate to task then reference. Triggers on: look up topic, open template, tell me more, go deeper, start over.
Get context warnings for a file based on its extension and name. Surfaces known gotchas before the user hits them. Triggers on: warn me, gotchas, pitfalls, what should I watch out for, check this file.
MCP servers1
- command
- uvx
- args
- --from attune-help[plugin] python -m attune_help.mcp.server
Plugin manifests1
{
"name": "attune-help",
"version": "0.13.0",
"description": "Read and explore .help/ documentation with progressive depth. Lightweight runtime companion to attune-ai's built-in authoring — no AI keys required.",
"author": {
"name": "Smart AI Memory",
"email": "[email protected]"
},
"homepage": "https://smartaimemory.com",
"repository": "https://github.com/Smart-AI-Memory/attune-ai",
"license": "Apache-2.0",
"keywords": [
"help",
"documentation",
"progressive-depth",
"lookup",
"runtime",
"claude-code"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[attune-help on Agent Plugins Marketplace](https://pluginsmp.com/plugins/attune-help)