Logo
Agent Skills Guide
All SkillsCategoryTags>Publishers
Logo
Agent Skills Guide
Logo
Agent Skills Guide

Discover and download skills for Claude Code and other AI agents

Skills
  • All Skills
  • Category
  • Tags
  • Publishers
Legal
  • Privacy Policy
  • Terms of Service
Copyright © 2026 Agent Skills Guide. Open Source.
  1. Home
  2. Publishers
  3. LounisBou/claude-code
LounisBou/claude-code logo

LounisBou/claude-code

2 skills published0GitHub

claude-plugin-structure

@lounisbou/claude-code

Scaffold and organize Claude Code plugins with proper directory structure and plugin.json manifest. WHEN: MUST use when creating new plugins. Invoke with "/claude-plugin-structure" or "create a plugin", "scaffold plugin", "new Claude plugin". WHEN NOT: Configuring plugin settings (use claude-plugin-settings), creating individual components.

Software Development

python-docstring

@lounisbou/claude-code

Write Python docstrings following PEP 257 and popular formats (Google, NumPy, Sphinx). WHEN: Writing docstrings for Python functions/classes/modules, choosing docstring format, documenting parameters/returns/exceptions. WHEN NOT: JavaScript documentation (use js-docstring), TypeScript (use ts-docstring), PHP (use php-docstring), general code comments.

Software Development