LLM Skills
~/catalogue/documentation technique//docs

Lire la documentation du sdk et du framework, soit localement, soit à partir de context7

/docs

Lors de l'énumération des abréviations définies dans les documents, les afficher sous forme de liste, et utiliser la commande list

czottmannczottmann
23
9 novembre 2025
// contenu du skill

Read SDK and framework documentation, either locally or from context7

Features:

  • Reads documentation either from file system or context7.
  • Common libraries are pre-configured as shorthands.

Usage:

  • /docs help - List defined docs shorthands
  • /docs <library> - Get documentation for $ARGUMENTS.

When listing defined docs shorthands, output them as a list, and use the list

item format "<shorthand>: <package name>".

Fetching docs

If the argument is one of the known shorthands, and relates to a filename, use

Bash:

bash
cat ~/Code/agent-toolbox/framework-docs/<filename>"

If the argument is one of the known shorthands, and relates to a context7

library ID, you MUST use Bash to fetch the docs:

bash
curl "https://context7.com/<library-id>/llms.txt?tokens=25000"

If the argument is one of the known shorthands, and relates to one or more URL, you MUST use curl via Bash tool to fetch the docs.

If the argument relates to a context7 library ID but it is not one of the known shorthands, or if its Bash call wasn't successful, query context7 MCP's tool with $ARGUMENTS.

When you're done reading the docs, wait for further instructions.

Docs shorthands

ShorthandPackage namecontext7 library IDFile nameURLNotes
async-algosswift-async-algorithms/apple/swift-async-algorithms
buttonkitButtonKitpackages/buttonkit-0.6.md
collectionsswift-collections/apple/swift-collections
defaultsDefaultspackages/defaults-8.20.md
grdbGRDB/groue/grdb.swift
networkingfreshOS/Networkingpackages/sharedbasics-1.19.md
perceptionPerceptionhttps://raw.githubusercontent.com/pointfreeco/swift-perception/refs/heads/main/README.md
sbSharedBasicspackages/sharedbasics-1.19.md
simplekeychainauth0/SimpleKeychainpackages/simplekeychain-1.3.md
tcaComposable Architecture/pointfreeco/swift-composable-architectureUses Perception package internally.
// source originale publique
czottmann/agent-toolbox
/commands/docs.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
mkdir -p .claude/commands && curl -o ".claude/commands/docs.md" "https://raw.githubusercontent.com/czottmann/agent-toolbox/main/commands/docs.md"
Ensuite dans Claude Code, tapez /docs pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurczottmann
Étoiles 23
Mis à jour9 novembre 2025
Format.md
AccèsGratuit
// similaires

Skills Documentation technique

Voir toutarrow_forward