claudelisted
Install: claude install-skill fmind/dot
# Claude Code
Operate Claude Code's harness and session features. Application development with the Anthropic API is a separate workflow.
## Workflow
1. Inspect `claude --version` and `claude --help`, then identify the workspace, configuration scope, and session to start or resume.
1. Read the relevant official page and changelog before using evolving flags or settings. Compare installed help with the version-specific CLI reference; help can omit supported flags. Report confirmed version gaps before applying a newer recipe to an older installation.
1. Use the documented session, customization, or Remote Control interface for the requested operation. Read setting precedence before changing permissions or hooks; hook commands execute code.
1. Verify the session result and configuration or skill discovery in Claude Code. Use [agent-project](../agent-project/SKILL.md) for shared instruction layout and [agent-mcp](../agent-mcp/SKILL.md) for MCP registration.
## Official Skills
- [Anthropic skills](https://github.com/anthropics/skills): reusable examples and document skills; inspect each package's license and scope.
- [Official plugin directory](https://github.com/anthropics/claude-plugins-official): browse maintained integrations alongside the skill examples.
- [Skill authoring and discovery](https://code.claude.com/docs/en/skills) · [Plugin discovery](https://code.claude.com/docs/en/discover-plugins).
- Select a needed package through the [vendor-skill policy](../agent-projec