Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

agents-skills

يحتوي agents-skills على 8 من skills المجمعة من deveel، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
0
محدث
2026-05-30
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

markdown-solution-doc
مطوّرو البرمجيات

Guides the agent in writing and organizing solution-level Markdown documentation for .NET projects, compatible with GitBook, DocFX, GitHub Pages, and similar platforms. Use this skill when creating or improving README files, how-to guides, architecture docs, changelogs, or multi-page documentation sites for a solution. Architecture and API documentation sections are optional and must be confirmed with the user before generating them. Documentation must always be updated when existing features change or new features are introduced.

2026-05-30
xml-comments-doc
مطوّرو البرمجيات

Guides the agent in writing accurate and complete XML documentation comments for .NET C# code. Use this skill when adding or improving <summary>, <param>, <returns>, <exception>, <remarks>, <example>, or other XML doc tags on public or internal APIs, types, and members.

2026-05-30
xunit-test-arch
محللو ضمان جودة البرمجيات والمختبرون

Guides the agent in structuring xUnit test projects and solutions for .NET class libraries. Use this skill when setting up a new test project, organizing the test folder layout, configuring shared build properties via Directory.Build.props, selecting xUnit and coverage packages per target framework, or establishing MSBuild conventions for test solutions. Prefers xUnit v3 and the Microsoft Testing Platform (MTP) for all .NET 8+ projects.

2026-05-30
xunit-test-organization
محللو ضمان جودة البرمجيات والمختبرون

Guides the agent in writing, naming, and organizing xUnit tests for .NET class libraries. Use this skill when asked to add or refactor tests, write unit or integration tests, set up fixtures or traits, organize test data with Bogus, or apply AAA structure and naming conventions to test methods.

2026-05-30
entity-mgmt-arch
مطوّرو البرمجيات

Guides the agent in designing .NET applications and libraries that manage DDD entities and aggregates using Kista and its EntityManager. Use this skill when aggregate boundaries, validation, creation, mutation, and deletion workflows must be orchestrated consistently around rich domain models.

2026-05-30
create-skill
مطوّرو البرمجيات

Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files, or setting up skill directory structures. Handles frontmatter generation, section templates, and validation guidance.

2026-05-01
create-skill-test
محللو ضمان جودة البرمجيات والمختبرون

Scaffolds eval.yaml test files for agent skills in the dotnet/skills repository. Use when creating skill tests, writing evaluation scenarios, defining assertions and rubrics, or setting up test fixture files. Handles eval.yaml generation, fixture organization, and overfitting avoidance. Do not use for running or debugging existing tests nor for skills authoring.

2026-05-01
custom-framework-arch
مطوّرو البرمجيات

Guides the agent in structuring a custom .NET framework composed of reusable libraries for community consumption. Use this skill when asked to design or reorganize solution layout, package boundaries, versioning, and distribution for multi-library frameworks.

2026-05-01