Skip to main content
مستودع GitHub

ai-skills-registry

يحتوي ai-skills-registry على 28 من skills المجمعة من ucdavis، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
28
Stars
8
محدث
2026-04-01
Forks
3
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

architecture-general
محللو أنظمة الحاسوب

Architecture decisions: layering, design patterns, microservices trade-offs, and domain-driven design

2026-04-01
architecture-python
مطوّرو البرمجيات

Python architecture: PEP-8, type hints, clean layering, dependency injection, and testing strategy

2026-04-01
code-review-general
مطوّرو البرمجيات

General code review process: priority ordering, what to block on, how to give actionable feedback

2026-04-01
data-science-python
علماء البيانات

Python data science: notebook structure, data validation, reproducibility, and model documentation

2026-04-01
git-workflow-general
مطوّرو البرمجيات

Git workflow: branch naming, conventional commits, PR conventions, and merge strategies

2026-04-01
refactoring-typescript
مطوّرو البرمجيات

TypeScript refactoring: SOLID principles, DRY, type safety improvements, and eliminating code smells

2026-04-01
security-general
محللو أمن المعلومات

Security checklist: OWASP top 10, secret scanning, input validation, and auth patterns

2026-04-01
testing-general
محللو ضمان جودة البرمجيات والمختبرون

Language-agnostic testing principles: boundary assertions, null checks, and behavior-driven test naming

2026-04-01
testing-java
محللو ضمان جودة البرمجيات والمختبرون

Java testing with JUnit 5 and Mockito: test lifecycle, mocking, and integration test patterns

2026-04-01
testing-python
محللو ضمان جودة البرمجيات والمختبرون

Python testing with pytest: fixtures, parametrize, mocking with unittest.mock, and coverage

2026-04-01
testing-typescript
محللو ضمان جودة البرمجيات والمختبرون

TypeScript testing with Vitest/Jest: file structure, mocking strategy, async patterns, and coverage targets

2026-04-01
assistant-ucd-mobile
مطوّرو البرمجيات

Coding standards, component defaults, and best practices for the UCD Mobile app (Expo, React Native, NativeWind, Expo Router).

2026-03-30
git-workflow-release
مطوّرو البرمجيات

Standardized process for committing changes and releasing a new version. Includes steps for bumping versions in package files, updating the CHANGELOG.md, ensuring the README.md is up to date, and creating git release tags. Use when the user asks to "prepare a release", "bump the version", or "release a new version".

2026-03-28
skill-authoring-general
المهن الحاسوبية الأخرى

Create well-formatted Agent Skills following the agentskills.io specification. Use when writing, authoring, scaffolding, or reviewing a new skill, SKILL.md file, or skill directory structure.

2026-03-28
assistant-rocky-lti-assist
مطوّرو البرمجيات

Coding assistant for the Rocky-LTI project — a Canvas LTI 1.3 integration with an AI-powered educational agent. Use when working on FastAPI endpoints, MCP server components, SQLAlchemy models, Alembic migrations, Azure Functions workers, React/TypeScript frontend, or LTI/OAuth authentication flows in this codebase.

2026-03-27
accessibility-general
مطوّرو الويب

Reviews UI for accessibility issues against WCAG 2.1/2.2 AA. Triggers on "is this accessible?", "check accessibility", or contrast/a11y review requests.

2026-03-17
accessibility-react-native
مطوّرو الويب

Implement, audit, and fix accessibility (a11y) in React Native and Expo mobile apps.

2026-03-17
ci-cd-github-actions
مديرو الشبكات وأنظمة الحاسوب

Build comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, steps, and conditional execution.

2026-03-17
code-review-python
محللو ضمان جودة البرمجيات والمختبرون

Performs structured code reviews on Python and FastAPI codebases covering correctness, async safety, security, Pydantic v2 patterns, testing, and style.

2026-03-17
code-review-typescript
مطوّرو البرمجيات

Performs structured code reviews on TypeScript codebases covering correctness, type safety, async patterns, security, testing, and style. Use when reviewing TypeScript code, pull requests, or when asked to do a code review on a TypeScript or Node.js project.

2026-03-17
design-frontend
المصممون الجرافيكيون

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-03-17
documentation-project
مطوّرو البرمجيات

Generate full project documentation packages (index, README/overview, development setup, database ERDs, architecture UML, REST/web UI specs, logging, emails, scheduled jobs, ops runbooks, Jira/Git guides, PRDs). Use when asked to inspect a codebase and produce markdown docs under docs/ plus supporting README.

2026-03-17
documentation-readme
مطوّرو البرمجيات

Generates a detailed README file based on provided project data and parameters.

2026-03-17
git-workflow-monorepo
مطوّرو البرمجيات

Provides Git monorepo workflow standards covering branching strategy, semantic version release tagging, commit message formats, pull request guidelines, and merge conflict resolution. Use when the user asks about branching, versioning, commit conventions, PR reviews, or resolving merge conflicts in a monorepo.

2026-03-17
git-workflow-pr-generator
مطوّرو البرمجيات

Generate GitHub pull request descriptions by analyzing git changes between two branches. Use when the user asks to create or draft a PR description based on branch diffs (for example, "Generate a PR for the changes between featureBranch and mainBranch") and expects a filled template with summary, motivation, and change impact flags.

2026-03-17
infrastructure-terraform
مديرو الشبكات وأنظمة الحاسوب

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.

2026-03-17
package-management-python
مطوّرو البرمجيات

Manage Python packages, virtual environments, and dependencies using uv. Use when installing packages, creating virtual environments, initializing Python projects, resolving dependencies, or running Python scripts.

2026-03-17
project-management-jira
متخصصو إدارة المشاريع

Craft comprehensive JIRA tickets (summary, context, requirements, deliverables, definition of done) from a title plus repo/user inputs. Trigger when the user asks for help drafting or refining a JIRA card, ticket, or story and expects structured markdown saved to disk.

2026-03-17