Skip to content

Commit ad3573d

Browse files
gerwyn-ngclaude
andcommitted
Add AI Coding Assistant section to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 30ecacd commit ad3573d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Python client for the [Ahrefs API](https://ahrefs.com/api). Typed request and re
2323
- [Custom HTTP Client](#custom-http-client)
2424
- [Resource Cleanup](#resource-cleanup)
2525
- [API Sections](#api-sections)
26+
- [AI Coding Assistant](#ai-coding-assistant)
2627
- [License](#license)
2728

2829
## Installation
@@ -325,6 +326,16 @@ See the [full API reference](docs/api-reference.md) for parameters, types, and r
325326

326327
<!-- METHOD_INDEX_END -->
327328

329+
## AI Coding Assistant
330+
331+
If you use [Claude Code](https://docs.anthropic.com/en/docs/claude-code), install the companion skill to teach it the SDK patterns and all available methods:
332+
333+
```sh
334+
npx skills add ahrefs/ahrefs-api-skills --skill ahrefs-python --global
335+
```
336+
337+
See [ahrefs/ahrefs-api-skills](https://github.com/ahrefs/ahrefs-api-skills) for details.
338+
328339
## License
329340

330341
MIT -- see [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)