.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/alirezarezvani/claude-code-tresor
home/skills/alirezarezvani/claude-code-tresor
alirezarezvani avatar

alirezarezvani/claude-code-tresor

8 skills

View on GitHub
$npx skills add alirezarezvani/claude-code-tresor
SkillInstalls
api-documenterAuto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code.—code-reviewerAutomatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed.—dependency-auditorCheck dependencies for known vulnerabilities using npm audit, pip-audit, etc. Use when package.json or requirements.txt changes, or before deployments.—git-commit-helperGenerate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help.—readme-updaterKeep README files current with project changes. Use when project structure changes, features added, or setup instructions modified.—secret-scannerDetect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned.—security-auditorContinuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns.—test-generatorAutomatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing.—