Topic: agent-development-kit
11 skills in this topic.
-
code-reviewer
Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.
alirezarezvani/claude-code-tresor 675
-
git-commit-helper
Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.
alirezarezvani/claude-code-tresor 675
-
test-generator
Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions.
alirezarezvani/claude-code-tresor 675
-
api-documenter
Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions.
alirezarezvani/claude-code-tresor 675
-
readme-updater
Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes.
alirezarezvani/claude-code-tresor 675
-
dependency-auditor
Check dependencies for known vulnerabilities using npm audit, pip-audit, etc. Use when package.json or requirements.txt changes, or before deployments. Alerts on vulnerable dependencies. Triggers on dependency file changes, deployment prep, security mentions.
alirezarezvani/claude-code-tresor 675
-
secret-scanner
Detect exposed secrets, API keys, credentials, and tokens in code. Use before commits, on file saves, or when security is mentioned. Prevents accidental secret exposure. Triggers on file changes, git commits, security checks, .env file modifications.
alirezarezvani/claude-code-tresor 675
-
security-auditor
Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.
alirezarezvani/claude-code-tresor 675
-
acontext-installer
Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.
memodb-io/Acontext 3,311
-
daily-logs
Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory
memodb-io/Acontext 3,311
-
user-general-facts
Capture and organize general facts about the user by topic
memodb-io/Acontext 3,311