Imported skill readme from agentskills
Scanned 9/11/2026
Install to Claude Code
npx -y skills add bitwikiorg/skills.md --skill readme --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Readme?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bitwikiorg-readme)More formats (shields.io, HTML) on the badges page.
---
description: Imported skill readme from agentskills
name: readme
signature: 90aa9df813ede94879be606d30a8dd761bde3d9871115be4eaa9bd41d6f95254
source: /a0/tmp/skills_research/agentskills/docs/README.md
---
# Agent Skills Documentation
This directory contains the source code for the Agent Skills documentation site, which is built using [Mintlify](https://mintlify.com).
## Development
Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview your documentation changes locally. To install, use the following command:
```
npm i -g mint
```
Run the following command at the root of your documentation, where your `docs.json` is located:
```
mint dev
```
View your local preview at `http://localhost:3000`.
## Publishing changes
Changes are deployed to production automatically after pushing to the default branch.
## Need help?
### Troubleshooting
- If your dev environment isn't running: Run `mint update` to ensure you have the most recent version of the CLI.
- If a page loads as a 404: Make sure you are running in a folder with a valid `docs.json`.
### Resources
- [Mintlify documentation](https://mintlify.com/docs)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.