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

agents-code-conventions

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

skills مجمعة
11
Stars
3
محدث
2026-07-03
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

pr-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE opening a pull request. Triggers whenever you are asked to open, create, or submit a PR (e.g. "open a PR", "create a pull request", "submit this as a PR"). Enforces `gh pr create`, Conventional Commit PR titles, and PR bodies anyone can read, with no technical jargon, no AI dashes, and no AI arrows.

2026-07-03
conventional-commits
مطوّرو البرمجيات

ALWAYS use this skill BEFORE committing changes. Triggers whenever you are asked to commit, create a commit, or save changes to git (e.g. "commit this", "commit the changes", "make a commit"). Enforces the Conventional Commits format, infers the commit type from the diff, handles breaking changes and reverts, and ensures GPG-signed commits when signing is enabled.

2026-07-01
rust-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE writing or modifying ANY Rust code (.rs files), even for simple Hello World programs. Enforces Microsoft Rust coding guidelines (M- prefix) and custom extensions (X- prefix), applies M-CANONICAL-DOCS documentation, and validates against guidelines. This skill is MANDATORY for all Rust development.

2026-07-01
issue-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE opening an issue. Triggers whenever you are asked to open, create, file, or submit an issue (e.g. "open an issue", "create a bug report", "file a feature request"). Enforces how to create the issue with `gh issue create` and how to write a body that anyone can read, with no technical jargon, no AI dashes, and no AI arrows.

2026-06-19
ts-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE writing or modifying ANY TypeScript code (.ts, .tsx files), even for simple scripts. Enforces Google TypeScript Style Guide conventions (GOOGLE- prefix), validates naming, type system usage, module organization, and more against ts-guidelines.txt. This skill is MANDATORY for all TypeScript development.

2026-06-18
cargo-toml-conventions
مطوّرو البرمجيات

Use when creating or modifying any Cargo.toml file. Enforces dependency sorting, section ordering, workspace dependency usage, and version format conventions. MANDATORY for all Cargo.toml edits.

2026-06-17
zizmor-conventions
محللو أمن المعلومات

ALWAYS use this skill BEFORE writing or modifying ANY GitHub Actions file (.github/workflows/*.yml, *.yaml, action.yml, action.yaml), even for trivial workflow changes. Enforces zizmor security conventions (ZIZMOR- prefix) for GitHub Actions and REQUIRES running zizmor after every change until all findings are resolved. This skill is MANDATORY for all GitHub Actions editing.

2026-06-08
js-conventions
محللو ضمان جودة البرمجيات والمختبرون

ALWAYS use this skill BEFORE writing or modifying ANY JavaScript code (.js, .mjs, .cjs, .jsx files), even for simple scripts. Enforces Airbnb JavaScript Style Guide conventions (AIRBNB- prefix), validates naming conventions, module organization, ES6+ patterns, and more against js-guidelines.txt. This skill is MANDATORY for all JavaScript development.

2026-05-22
md-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE writing or modifying ANY Markdown file (.md files), even for simple READMEs. Enforces markdownlint rules (MD- prefix), validates heading structure, whitespace, list formatting, and more against md-guidelines.txt. This skill is MANDATORY for all Markdown editing.

2026-04-26
gleam-conventions
مطوّرو البرمجيات

ALWAYS use this skill BEFORE writing or modifying ANY Gleam code (.gleam files), even for simple Hello World programs. Enforces idiomatic Gleam coding guidelines from the official Gleam conventions (conventions, patterns, and anti-patterns). This skill is MANDATORY for all Gleam development.

2026-03-18
fetch-rust-conventions
مطوّرو البرمجيات

Fetches the latest Microsoft Rust coding guidelines from the upstream repository and updates rust-guidelines.txt. Does NOT modify custom-guidelines.txt (X- prefix conventions). Use when you need to sync with the latest upstream guidelines.

2026-03-18