claude-self-learning — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited claude-self-learning (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Teach Claude Code about any technology. Automatically.
A Claude Code plugin that autonomously researches new technologies and generates production-ready, reusable skills.
/plugin install github:ychampion/claude-self-learningThen use:
/learn anthropic api/learn <topic>
│
▼
┌──────────────────────┐
│ Researcher Agent │ → Web Search + Content Extraction
└──────────────────────┘
│
▼
┌──────────────────────┐
│ Interactive Review │ → User chooses focus areas
└──────────────────────┘
│
▼
┌──────────────────────┐
│ Skill Generator │ → SKILL.md + .meta.json
└──────────────────────┘
│
▼
┌──────────────────────┐
│ Storage Options │ → Local / Global / Plugin
└──────────────────────┘| Command | Description |
|---|---|
/learn <topic> | Research a topic and generate a skill |
/update-skill <topic> | Refresh an existing skill with latest info |
/list-skills | View all generated skills |
| Location | Path | Use Case |
|---|---|---|
| Project-local | ./.claude/skills/<topic>/ | Project-specific |
| User-global | ~/.claude/skills/<topic>/ | All projects |
| Plugin storage | ./storage/skills/<topic>/ | Git-tracked |
---
name: anthropic-api
description: Complete guide to using the Anthropic Claude API
version: 1.0.0
sources_verified: 2026-02-07
---
# Anthropic API
## Quick Reference
| Item | Value |
|------|-------|
| Official Docs | [docs.anthropic.com](https://docs.anthropic.com) |
| Installation | `pip install anthropic` / `bun add @anthropic-ai/sdk` |
| Auth Required | Yes - API key from console.anthropic.com |
## Installation
...
## Basic Usage
...Contributions welcome! Please fork, create a feature branch, and submit a PR.
MIT
Built for Claude Code | Made with ❤️
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.