1. Software Development
Found 33838 skills
17-aop-aspect-programming
TencentBlueKing
Guides implementation of Aspect-Oriented Programming (AOP) in Java, covering aspect definition, pointcuts, notifications, and use cases including logging and security.
04-frontend-vue-development
TencentBlueKing
Standardizes Vue 2/3 frontend development practices including component structure, Vuex state management, routing, and internationalization.
43-agent-module-architecture
TencentBlueKing
Provides a Go-based module architecture guide for building agents, covering startup, heartbeat, task execution, and upgrade mechanisms.
29-process-module-architecture
TencentBlueKing
Provides architectural overview of Process pipeline core module, including CRUD operations, build execution engine, and event-driven mechanisms for development and modification.
33-store-module-architecture
TencentBlueKing
Guides the architecture for a development store module, covering plugin management, versioning, review workflows, and extension points.
frontend-testing
exceptionless
Enables unit and component testing for frontend applications using Vitest and Testing Library, ensuring code reliability and functionality.
stripe-best-practices
exceptionless
Guides developers on implementing secure and efficient Stripe payment integrations following industry best practices.
net-conventions
exceptionless
Enforces C# coding standards: naming conventions, async patterns, nullable types, and structured logging for Exceptionless.
frontend-architecture
exceptionless
Provides structured Svelte SPA architecture with route groups, feature slices, and API client for Exceptionless application.
tanstack-form
exceptionless
Manages form state, Zod validation, and error handling in Svelte 5 applications with ProblemDetails integration.
svelte-components
exceptionless
Provides Svelte 5 component patterns including runes, reactivity, and shadcn-svelte integration for building SPAs.
net-cli
exceptionless
Provides command-line utilities for .NET development tasks including building, testing, and formatting code.
tanstack-query
exceptionless
Data fetching and caching solution for Svelte applications using TanStack Query, featuring query patterns, mutations, and cache invalidation.
backend-testing
exceptionless
Provides backend testing utilities for .NET applications using xUnit, integration tests, and time manipulation tools like ProxyTimeProvider.
accessibility
exceptionless
Enforces WCAG 2.2 AA accessibility standards in Exceptionless frontend via semantic HTML, keyboard navigation, and ARIA patterns.
upgrade-stripe
exceptionless
Step-by-step guide for upgrading Stripe API versions and SDKs to maintain integration compatibility and security.
backend-architecture
exceptionless
Provides backend architecture guidance for Exceptionless, covering project layering, repositories, validation, controllers, authorization, and WebSockets with Aspire orchestration.
typescript-conventions
exceptionless
Enforces TypeScript coding standards including naming conventions, imports, error handling, and type safety with ESLint and Prettier configuration.
e2e-testing-frontend
exceptionless
Provides end-to-end frontend testing with Playwright, utilizing Page Object Model and accessibility audits for robust test coverage.
shadcn-svelte-components
exceptionless
Offers accessible, customizable UI components for Svelte using shadcn-svelte and bits-ui with pattern-based implementation.
storybook
exceptionless
Enables Svelte component story development, visual testing, and autodocs using Storybook's CSF format.
using-base-ui-with-material-ui
siriwatknp
Integrates Base UI components (`@base-ui-components/react`) with Material UI (`@mui/material`) for custom React UI development.
codex-cli
kingkongshot
Orchestrates OpenAI Codex CLI for parallel code generation, managing context and sessions to delegate and coordinate coding tasks efficiently.
taste-check
kingkongshot
Reviews code for quality using Linus Torvalds' 'good taste' philosophy, eliminating defensive code, special cases, and deep nesting.