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

CityCatalyst

يحتوي CityCatalyst على 16 من skills المجمعة من Open-Earth-Foundation، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

non-tech-contribute
مطوّرو البرمجيات

Guide non-technical contributors through making safe code changes to CityCatalyst. Use when someone without coding experience wants to update text, translations, colors, copy, or small UI details, and needs the agent to handle git, verification, and PR creation for them.

2026-07-01
pull-request-standards
مطوّرو البرمجيات

Create or update pull requests with repository-derived context and concise title/body standards. Use when creating, updating, automating, drafting, or polishing PRs, or preparing GitHub PR tool payloads.

2026-07-01
pr-review-gate
مطوّرو البرمجيات

Review pull requests for high-impact issues only. Use when the user asks to review a PR, especially requests like "do a review of PR <id>", "review PR <id>", or "PR review". Evaluate security, AGENTS.md alignment, repository structure, reuse over reimplementation, complexity, and regression risk. Return only actionable comments worth changing.

2026-06-05
k8s-health-audit
مديرو الشبكات وأنظمة الحاسوب

Run a read-only Kubernetes health audit against an explicit readonly cluster context such as `dev-cluster-readonly` or `prod-cluster-readonly`. Use when the user wants an automated cluster/pod health check, diagnosis of failing workloads, or a report of likely causes without making any write changes.

2026-06-04
k8s-readonly-query
مديرو الشبكات وأنظمة الحاسوب

Answer a single Kubernetes question using readonly investigation and evidence-first output.

2026-06-04
create-ticket
مطوّرو البرمجيات

Generate structured Linear tickets (stories, tasks, bugs, spikes) with AI-enriched code references and acceptance criteria from a brief description. Use when the product team asks to create a ticket, write a story, draft a task, report a bug, or plan a spike for CityCatalyst.

2026-05-20
refine-ticket
مطوّرو البرمجيات

Enrich an existing ticket with detailed technical breakdown, sub-tasks, code references, and estimation guidance. Use when an engineer asks to refine a ticket, break down a story, add technical details, estimate a task, or decompose work into sub-tasks.

2026-05-20
prompt-schema-authoring
مطوّرو البرمجيات

Create or update any LLM-related prompt file in this repository using the required `<role>`, `<task>`, `<input>`, and `<output>` structure, with optional `<tools>` when tool policy is needed, and explicit model-aligned field contracts. Use for prompts stored in markdown, Python prompt templates, YAML/JSON config prompts, and any other runtime prompt definitions for large language models (LLMs).

2026-04-15
docs-after-change
مطوّرو البرمجيات

Mandatory after any code change. Ensures docstrings, README, and architecture/docs stay consistent with the new behavior.

2026-04-15
repo-doc-audit
مطوّرو البرمجيات

One-off full repository audit for documentation health (docstrings, README, architecture, scripts conventions). Use explicitly when requested.

2026-04-15
script-quality-gate
مطوّرو البرمجيات

Apply when adding or modifying runnable scripts/entrypoints. Ensures docstring, argparse, __main__, logging, and import/path conventions are correct.

2026-04-15
add-rtk-endpoint
مطوّرو البرمجيات

Add a new RTK Query endpoint to CityCatalyst's API service. Use when the user asks to add data fetching, create a query hook, add a mutation, or connect frontend to a new API endpoint.

2026-04-14
create-api-endpoint
مطوّرو البرمجيات

Create a new REST API endpoint in CityCatalyst. Use when the user asks to create, add, or implement a new API route, endpoint, or backend handler.

2026-04-14
create-component
مطوّرو البرمجيات

Create a new React component in CityCatalyst using Chakra UI v3, i18n, and project conventions. Use when the user asks to create, add, or build a new UI component, page section, or widget.

2026-04-14
create-migration
مصممو قواعد البيانات

Create a Sequelize database migration and model for CityCatalyst. Use when the user asks to add a database table, column, index, modify the schema, or create a new model.

2026-04-14
full-feature
مطوّرو البرمجيات

End-to-end feature development workflow for CityCatalyst covering database, API, frontend, and tests. Use when the user asks to build a complete feature, implement a full user story, or create an end-to-end functionality.

2026-04-14