← Back to Skills Marketplace
tenequm

skills-best-practices

by Misha Kolesnik · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skills-best-practices
Description
Build high-quality Agent Skills for Claude following official Anthropic best practices. Covers SKILL.md structure, frontmatter, description writing, progress...
Usage Guidance
This is a documentation-only skill for authors and is internally consistent. It's safe as a reference, but be cautious when reusing its examples: the guide documents dynamic context injection (``!`command``) and substitution variables that run shell commands or read files during preprocessing — these behaviors can expose local data or execute commands if included in a real skill. Before installing or enabling authored skills that use those patterns, review the SKILL.md for any ``!`command`` lines, shell commands, or references to local paths/credentials, and test such skills in a restricted environment. If you want to avoid any risk, keep this skill as read-only documentation and do not copy examples that run commands into skills you enable for autonomous invocation.
Capability Analysis
Type: OpenClaw Skill Name: skills-best-practices Version: 0.1.0 The skill bundle 'skills-best-practices' is a comprehensive documentation and reference guide for building high-quality Agent Skills. It contains instructional content, quality checklists, and architectural patterns (e.g., in SKILL.md and references/patterns.md) that align with official development standards. There is no evidence of malicious code, data exfiltration, or harmful prompt injection; the bundle serves purely as a meta-skill to assist in skill development and review.
Capability Assessment
Purpose & Capability
Name, description, and included files are a coherent authoring/reference pack for skill authors. There are no unexpected credentials, binaries, installs, or claimed capabilities that don't match the skill's stated purpose of documenting how to build skills.
Instruction Scope
The SKILL.md documents features that can execute shell commands at preprocess time (the ``!`command` `` dynamic context injection example) and shows examples that use file-reading tools (Glob, Grep) and substitution variables like ${CLAUDE_SKILL_DIR}. The skill itself is a guide and does not declare or request access to env vars or local files, but it explicitly teaches patterns that — if copied into other skills — allow executing local commands and reading local context. Reviewers should be aware of those capabilities when authoring real skills or accepting skills authored using these patterns.
Install Mechanism
Instruction-only skill with no install spec and no code files to download or run. No installer URLs or package pulls are present.
Credentials
No required environment variables, credentials, or config paths are declared. The document references environment variables and an env override in examples (e.g., SLASH_COMMAND_TOOL_CHAR_BUDGET, CLAUDE_CODE_USE_POWERSHELL_TOOL) purely as configuration notes, which is reasonable for a best-practices guide.
Persistence & Privilege
Skill is not marked always:true and uses default invocation settings. It does not request persistent system presence or attempt to modify other skills' configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skills-best-practices
  3. After installation, invoke the skill by name or use /skills-best-practices
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish of skills-best-practices
Metadata
Slug skills-best-practices
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is skills-best-practices?

Build high-quality Agent Skills for Claude following official Anthropic best practices. Covers SKILL.md structure, frontmatter, description writing, progress... It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.

How do I install skills-best-practices?

Run "/install skills-best-practices" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is skills-best-practices free?

Yes, skills-best-practices is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does skills-best-practices support?

skills-best-practices is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created skills-best-practices?

It is built and maintained by Misha Kolesnik (@tenequm); the current version is v0.1.0.

💬 Comments