Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-code-practices

claude-code-practices contains 83 collected skills from berkcangumusisik, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
83
Stars
11
updated
2026-04-19
Forks
0
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

cost-audit
software-developers

Analyzes the current session's token usage, pinpoints where tokens were wasted, and produces concrete optimization actions

2026-04-19
api-docs
software-developers

Generates API documentation from route definitions (Express, Fastify, Hono, etc.)

2026-04-16
caching-strategy
software-developers

Adds caching to expensive operations - Redis, in-memory, HTTP cache headers

2026-04-16
commit
software-developers

Staged değişiklikleri analiz edip Conventional Commits formatında commit mesajı oluşturur

2026-04-16
complexity-report
software-developers

Reports cyclomatic complexity hotspots and refactoring suggestions

2026-04-16
dead-code
software-developers

Finds unused functions, variables, exports, and dependencies across the codebase

2026-04-16
debug-helper
software-developers

Hata mesajı veya stack trace alır, kök nedeni bulur ve düzeltir

2026-04-16
dependency-audit
information-security-analysts

Audits dependencies for known vulnerabilities and outdated packages

2026-04-16
deploy-check
software-developers

Pre-deploy checklist - runs tests, checks env vars, verifies build, and flags risks

2026-04-16
deps-update
software-developers

Updates dependencies safely - patch/minor auto, major with analysis

2026-04-16
env-check
network-and-computer-systems-administrators

Validates current environment variables against .env.example requirements

2026-04-16
expo-setup
software-developers

Sets up EAS Build, OTA updates, and app.json configuration for Expo projects

2026-04-16
fix-issue
software-developers

GitHub issue numarasını alır, okur ve otomatik olarak çözer

2026-04-16
form-gen
software-developers

Generates a form component with validation, error messages, and submit handling

2026-04-16
github-actions
software-developers

Creates or improves GitHub Actions CI/CD workflows

2026-04-16
impact-analysis
software-developers

Analyzes the impact of changing a file or function - what else would break

2026-04-16
jsdoc
software-developers

Adds JSDoc/TSDoc comments to all public functions and types in a file

2026-04-16
lint-fix
software-developers

Fixes all auto-fixable lint errors and explains the non-auto-fixable ones

2026-04-16
memory-leak
software-developers

Finds potential memory leaks - uncleaned listeners, unclosed connections, growing caches

2026-04-16
migration-gen
database-architects

Generates a database migration file for schema changes

2026-04-16
migration-run
database-administrators

Checks migration status, runs pending migrations, and verifies the result

2026-04-16
mobile-deeplink
software-developers

Sets up or audits deep linking for React Native / Expo apps

2026-04-16
mobile-perf
software-developers

Audits React Native app for performance issues - FlatList, re-renders, bridge calls

2026-04-16
mock-gen
software-quality-assurance-analysts-and-testers

Generates mock data factories and API mocks for testing

2026-04-16
perf-audit
software-developers

Finds performance bottlenecks in code - N+1 queries, unnecessary re-renders, blocking operations

2026-04-16
pr-review
software-quality-assurance-analysts-and-testers

Mevcut PR'ı veya belirtilen PR numarasını kapsamlı şekilde inceler

2026-04-16
query-optimize
database-architects

Optimizes database queries - adds indexes, rewrites N+1s, batches requests

2026-04-16
rate-limiter
software-developers

Adds rate limiting to API endpoints with Redis or in-memory storage

2026-04-16
rename-symbol
software-developers

Safely renames a function, variable, type, or class across the entire codebase

2026-04-16
secret-scan
information-security-analysts

Scans the codebase for accidentally committed secrets, tokens, and credentials

2026-04-16
security-audit
information-security-analysts

Audits a file or directory for security vulnerabilities (OWASP Top 10 focus)

2026-04-16
seo-check
web-developers

Audits Next.js/React app for SEO issues - metadata, Open Graph, structured data

2026-04-16
setup-project
software-developers

Onboards a new developer - explains the project, runs setup steps, verifies everything works

2026-04-16
state-audit
software-developers

Audits React state management - finds prop drilling, redundant state, and suggests improvements

2026-04-16
test-e2e
software-quality-assurance-analysts-and-testers

Generates end-to-end tests for a user flow using Playwright or Cypress

2026-04-16
test-generate
software-quality-assurance-analysts-and-testers

Generates unit tests for a file or function with full coverage of edge cases

2026-04-16
accessibility-audit
software-quality-assurance-analysts-and-testers

Audits React/HTML components for WCAG 2.1 accessibility issues

2026-04-16
api-endpoint
software-developers

Scaffolds a complete API endpoint with validation, error handling, and tests

2026-04-16
auth-middleware
software-developers

Generates authentication and authorization middleware for Express/Fastify/Hono

2026-04-16
branch-cleanup
software-developers

Lists and removes stale local and remote branches that have been merged

2026-04-16
Showing top 40 of 83 collected skills in this repository.