Skip to main content
GitHub 저장소

agents-skills

agents-skills에는 afonsoft에서 수집한 skills 54개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
54
Stars
0
업데이트
2026-07-18
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

dotnet-github-actions
소프트웨어 개발자

Use when creating, updating, or standardizing GitHub Actions workflows for a .NET repository, especially C# libraries, NuGet packages, ABP/EAF web apps, or Angular frontends.

2026-07-18
create-agent-harness
기타 컴퓨터 관련 직업

Bootstrap a complete production-ready agent harness in a repository — CLAUDE.md, .claude/, .devin/, skills/, rules/, ignore files, and sub-agents. Use when initializing AI agent support in a new repo, restructuring existing agent files into modern File-based Context conventions, or generating harness artifacts following Agent = Model + Harness principles. Targets Claude Code and Devin CLI only — does NOT create artifacts for OpenCode, Cursor, Gemini, Copilot or JetBrains AI. Do NOT use for building MCP servers (use building-mcp-servers).

2026-07-16
rtk-token-killer
네트워크·컴퓨터 시스템 관리자

Install and configure RTK (Rust Token Killer) — a high-performance CLI proxy that reduces LLM token consumption by 60-90%. Automatically rewrites shell commands to their rtk equivalents via hooks. Use when setting up a new dev environment or when token optimization is needed. Do NOT use when raw unfiltered output is required (use rtk proxy for that).

2026-07-16
writing-skills
소프트웨어 개발자

Apply Test-Driven Development to skill authoring — write pressure scenarios with subagents (test cases), observe baseline failures (RED), write the skill (GREEN), close loopholes through refactor cycles. Use when creating new skills, editing existing skills, or verifying skills work before deployment. Do NOT use for one-off solutions, project-specific conventions (put in AGENTS.md/CLAUDE.md), or mechanical constraints enforceable via regex/validation. Companion skills: brainstorming (for design phase), create-agent-harness (for bootstrapping agent harness in a repo).

2026-07-16
abp-core
소프트웨어 개발자

Use when working with ABP module system, dependency injection, base classes, time handling, business exceptions, or localization patterns

2026-06-19
aspnet-core-api
소프트웨어 개발자

Use when designing and implementing RESTful APIs with ASP.NET Core, or when applying security, error handling, documentation, testing, or performance optimization to API endpoints

2026-06-19
fluentui-blazor
웹 개발자

Use when building Blazor applications with Microsoft Fluent UI components, setting up the library, or troubleshooting FluentUI component issues

2026-06-19
github-issues
기타 컴퓨터 관련 직업

Use when creating, updating, or managing GitHub issues — bug reports, feature requests, labels, assignments, dependencies, or workflows

2026-06-19
harness-repo-structure
소프트웨어 개발자

Use when establishing repository structure following OpenAI harness engineering principles with AGENTS.md as index and knowledge in docs/

2026-06-19
modern-csharp-coding-standards
소프트웨어 개발자

Use when writing modern C# code, optimizing performance-critical paths, or designing APIs with C# 12+ features

2026-06-19
performance-optimization
소프트웨어 개발자

Use when identifying performance bottlenecks, optimizing queries, implementing caching, or profiling .NET applications

2026-06-19
security-jwt
소프트웨어 개발자

Use when implementing JWT authentication in .NET applications, configuring authorization policies, or securing API endpoints

2026-06-19
sonarqube-fix
소프트웨어 개발자

Use when fixing SonarQube code quality issues automatically across any language or framework

2026-06-19
sql-optimization
소프트웨어 개발자

Use when SQL queries are slow, need optimization, or when analyzing database performance bottlenecks

2026-06-19
using-git-worktrees
소프트웨어 개발자

Use when starting feature work that needs isolation from current workspace or before executing implementation plans

2026-06-19
abp-angular
웹 개발자

Use when building or reviewing Angular UI components, routing, or service integration in ABP Angular projects. Covers generate-proxy, ListService, PermissionGuard, abpLocalization pipe, ConfirmationService, ToasterService, ConfigStateService.

2026-06-18
abp-app-nolayers
소프트웨어 개발자

Use when working with the single-layer web application template or when the project has no layered separation. Covers single project structure, feature-based file organization, and no separate Domain/Application.Contracts projects.

2026-06-18
abp-application-layer
소프트웨어 개발자

Use when creating or reviewing application services, DTOs, or working in the Application or Application.Contracts projects. Covers Application Services, DTOs, CRUD service, object mapping (Mapperly/AutoMapper), validation, and error handling.

2026-06-18
abp-authorization
소프트웨어 개발자

Use when working with permissions, authorization, role-based access, or security in ABP projects. Covers PermissionDefinitionProvider, [Authorize] attribute, CheckPolicyAsync, IsGrantedAsync, ICurrentUser, IPermissionManager, and multi-tenancy side.

2026-06-18
abp-blazor
웹 개발자

Use when building or reviewing Blazor Server or WebAssembly UI components in ABP projects. Covers AbpComponentBase, AbpCrudPageBase, DataGrid, IMenuContributor, Message/Notify, Validations, and JavaScript interop.

2026-06-18
abp-cli
소프트웨어 개발자

Use when the user asks how to run ABP CLI commands, generate proxies, install libraries, or use ABP Suite. Covers generate-proxy, install-libs, add-package-ref, new-module, install-module, abp update, abp clean, and abp suite generate.

2026-06-18
abp-ddd
소프트웨어 개발자

Use when designing domain layer, creating entities, repositories, or domain services in ABP projects. Covers Entities, Aggregate Roots, value objects, Repositories, Domain Services, Domain Events, and Specifications.

2026-06-18
abp-dependency-rules
소프트웨어 개발자

Use when reviewing project structure, adding new project references, or checking if a dependency direction is correct. Covers ABP project layer dependency rules, which projects can reference which, domain/application/infrastructure separation, and cross-layer violations to avoid.

2026-06-18
abp-development-flow
소프트웨어 개발자

Use when adding new features or entities to an ABP project. Covers step-by-step guide for adding new entities, migrations, application services, localization, permissions, and tests.

2026-06-18
abp-ef-core
소프트웨어 개발자

Use when working in EntityFrameworkCore projects, adding migrations, or implementing EF Core repositories. Covers DbContext, entity configuration, EfCoreRepository implementation, migrations (dotnet ef migrations add), and data seeding.

2026-06-18
abp-infrastructure
소프트웨어 개발자

Use when working with settings, feature flags, caching, event bus, or background jobs in ABP. Covers ISettingProvider, IFeatureChecker, IDistributedCache, ILocalEventBus, IDistributedEventBus, IBackgroundJobManager, and localization resource.

2026-06-18
abp-microservice
소프트웨어 개발자

Use when working with the ABP microservice solution template or inter-service communication patterns. Covers service structure, Integration Services ([IntegrationService]), inter-service HTTP proxies, distributed events with Outbox/Inbox, Entity Cache, and RabbitMQ/Redis/YARP setup.

2026-06-18
abp-module
소프트웨어 개발자

Use when building or reviewing reusable ABP modules that will be distributed or consumed by other solutions. Covers EF Core + MongoDB dual support, virtual methods for extensibility, DbTablePrefix, module options pattern, entity extension, and separate connection string.

2026-06-18
abp-mongodb
소프트웨어 개발자

Use when working in MongoDB projects or implementing MongoDB repositories in ABP. Covers AbpMongoDbContext, IMongoCollection, MongoDbRepository, no migrations, embedded documents vs references, and manual UpdateAsync required.

2026-06-18
abp-multi-tenancy
소프트웨어 개발자

Use when working with multi-tenant features, tenant-specific data isolation, or switching tenant context. Covers IMultiTenant interface, CurrentTenant, CurrentTenant.Change(), DataFilter.Disable(IMultiTenant), tenant resolution order, and database-per-tenant.

2026-06-18
abp-mvc
소프트웨어 개발자

Use when working on MVC or Razor Pages UI in ABP projects. Covers AbpPageModel, abp tag helpers (abp-card, abp-dynamic-form, abp-modal), JavaScript abp.ajax/abp.auth/abp.notify, DataTables integration, and bundle/minification.

2026-06-18
abp-testing
소프트웨어 품질 보증 분석가·테스터

Use when writing or reviewing tests for application services, domain services, or repositories in ABP projects. Covers integration tests over unit tests, GetRequiredService, IDataSeedContributor, Shouldly assertions, AddAlwaysAllowAuthorization, NSubstitute mocking, and WithUnitOfWorkAsync.

2026-06-18
design-patterns
소프트웨어 개발자

Use when implementing SOLID principles in your code, applying Gang of Four (GoF) design patterns, choosing appropriate architectural patterns, refactoring code to improve design and maintainability, solving common design problems with proven patterns, or creating flexible and extensible software architecture.

2026-06-18
ef-core
소프트웨어 개발자

Use when working with Entity Framework Core in .NET applications, needing guidance on data context design, entity design, performance optimization, migrations, querying patterns, change tracking, security, or testing strategies.

2026-06-18
efcore-patterns
소프트웨어 개발자

Use when setting up EF Core in a new project, optimizing query performance, managing database migrations, integrating EF Core with .NET Aspire, debugging change tracking issues, or loading multiple navigation collections efficiently (query splitting).

2026-06-18
entity-framework-core
소프트웨어 개발자

Use when designing EF Core models and relationships, optimizing database queries for performance, implementing proper data access patterns, handling migrations and database updates, or troubleshooting EF Core performance issues.

2026-06-18
brainstorming
소프트웨어 개발자

Turn ideas into fully formed designs and specs through collaborative dialogue. You MUST use this before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation; produces design doc at docs/specs/YYYY-MM-DD-<topic>-design.md and hands off to writing-plans. Do NOT use for direct implementation (proceed to writing-plans after approval), bootstrapping an agent harness in a repo (use create-agent-harness), or building MCP servers (use building-mcp-servers).

2026-06-18
building-mcp-servers
소프트웨어 개발자

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in TypeScript (MCP SDK), Python (FastMCP), or C# (ModelContextProtocol.AspNetCore).

2026-06-18
caveman-commit
소프트웨어 개발자

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject <=50 chars, body only when 'why' isn't obvious. Use when user says 'write a commit', 'commit message', 'generate commit', '/commit', or invokes /caveman-commit. Do NOT use for merge commits or automated release messages.

2026-06-18
caveman-compress
소프트웨어 개발자

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or 'compress memory file'. Do NOT use for customer-facing docs or compliance artifacts.

2026-06-18
이 저장소에서 수집된 skills 54개 중 상위 40개를 표시합니다.