bitsydarel/BDSkills
These skills were discovered automatically and have not necessarily received an editorial review.
bd-clean-code-writingIndexed
Workflow for generating, refactoring, and reviewing code with strict adherence to SOLID principles, separation of concerns, and type safety. Use when Writing new components, Refactoring legacy code, Splitting large classes, or Reviewing architecture.
View indexed skillbd-problem-solvingIndexed
systematic guide for technical problem solving, debugging, and architectural decision making. Use this skill when users present complex bugs, request help understanding unfamiliar codebases, need to make technical trade-off decisions, or require root cause analysis for system failures.
View indexed skillbd-project-conventionsIndexed
Standards for project structure, environment configuration, and code organization. Use when scaffolding new projects, refactoring code, setting up environments, or troubleshooting import/build issues across Mobile, Web, and Backend platforms.
View indexed skillbd-quality-assuranceIndexed
Enforces code standards, validates release readiness, and guides pre-commit checks. Use when the user is finalizing features, preparing pull requests, running local CI checks, debugging build failures, or asking about code quality standards.
View indexed skillbd-software-architectureIndexed
Architectural enforcement for software design. Use this skill when, Designing the folder structure of a new feature, Deciding where specific business logic belongs (e.g., Repository vs Service), Refactoring legacy code or breaking monoliths, Reviewing PRs for dependency violations or circular references. Applies to Mobile, Web, Backend, AI/ML, CLI, and Desktop.
View indexed skillbd-test-designIndexed
Comprehensive guide for designing and implementing software tests. Use when the user asks to write new tests, refactor existing tests, design test strategies, or improve code coverage for Unit, Integration, E2E, or UI automation across Web, Mobile, Backend, or AI platforms.
View indexed skillteg-mobile-architectureIndexed
Enforce Transport Exchange Group (TEG) mobile architecture standards. Use this skill when designing new mobile features, structuring project folders, implementing architectural layers (UI, Use Case, Repository, Data Source), or reviewing PRs for compliance across Flutter, iOS, and Android.
View indexed skill