Agent skill
docs-brandonmcclure-python-5e-srd
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/docs-brandonmcclure-python-5e-srd
SKILL.md
Skill
Skill
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| index | str | Resource index for shorthand searching. | [optional] |
| name | str | Name of the referenced resource. | [optional] |
| url | str | URL of the referenced resource. | [optional] |
| desc | List[str] | Description of the resource. | [optional] |
| ability_score | APIReference | [optional] |
Example
from openapi_client.models.skill import Skill
# TODO update the JSON string below
json = "{}"
# create an instance of Skill from a JSON string
skill_instance = Skill.from_json(json)
# print the JSON string representation of the object
print Skill.to_json()
# convert the object into a dict
skill_dict = skill_instance.to_dict()
# create an instance of Skill from a dict
skill_form_dict = skill.from_dict(skill_dict)
[Back to Model list] [Back to API list] [Back to README]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?