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

repoforge

يحتوي repoforge على 32 من skills المجمعة من JNZader، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

ui-polish
مطوّرو الويب

Four quality gate checklists for frontend: baseline visual, accessibility, metadata/SEO, and motion performance. Post-implementation quality gates. Trigger: When reviewing UI changes, before merging frontend PRs, during sdd-verify.

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

Browser-based UI verification using Playwright. Page Object Model, selector best practices, visual regression, network interception, and MCP integration. Trigger: When writing E2E tests, verifying UI changes, or setting up Playwright.

2026-04-13
skill-powerups
مدرسو التعليم الأساسي للبالغين واللغة الإنجليزية كلغة ثانية

Interactive tutorial-style lessons for custom skills. Invoke /powerup <skill> for a guided walkthrough with examples, exercises, and knowledge checks. Trigger: When user says "powerup", "tutorial", "teach me", or wants to learn a skill interactively.

2026-04-13
skill-recipes
مطوّرو البرمجيات

Self-installing markdown recipes for skills. Each skill can include an INSTALL.md that an agent reads and executes to set up dependencies, MCP servers, or config. Trigger: When installing a skill with INSTALL.md, or creating skills with setup requirements.

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

This skill covers the implementation of authentication routes. Trigger: When setting up auth-related endpoints in the backend.

2026-03-18
encrypt-api-keys
مطوّرو البرمجيات

This skill covers AES-256-GCM encryption for provider API keys. Trigger: Load this skill when handling crypto operations for API keys.

2026-03-18
start-generation
مطوّرو البرمجيات

This skill covers the generation routes for starting, streaming, canceling, downloading, and previewing. Trigger: When generating content.

2026-03-18
add-main-endpoint
مطوّرو البرمجيات

This skill covers adding main endpoints to the FastAPI application. Trigger: When setting up the main entry point for the application.

2026-03-18
define-request-response-schemas
مطوّرو البرمجيات

This skill covers the creation of Pydantic v2 request and response schemas. Trigger: Load this skill when defining schemas for the RepoForge Web API.

2026-03-18
backend-layer
مطوّرو البرمجيات

This layer provides the backend functionality for the RepoForge application, handling API requests, authentication, and database migrations. Trigger: When working in backend/ — adding, modifying, or debugging server-side logic.

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

This skill covers patterns for fetching and managing API data. Trigger: When working with API interactions in the frontend.

2026-03-18
use-auth-provider
مطوّرو البرمجيات

This skill covers patterns for implementing authentication in a frontend application. Trigger: Load this skill when managing user authentication.

2026-03-18
frontend-layer
مطوّرو البرمجيات

This layer manages the user interface and user experience of the application. Trigger: When working in frontend/ — adding, modifying, or debugging UI components and interactions.

2026-03-18
generate-request-types
مطوّرو البرمجيات

This skill covers the creation and management of generation request types. Trigger: Load this skill when working with types related to generation requests.

2026-03-18
usegenerationstream-hook
مطوّرو البرمجيات

This skill covers patterns for managing generation streams in a React application. Trigger: Load when using `useGenerationStream` for state management.

2026-03-18
exchange-github-oauth-code
مطوّرو البرمجيات

This skill covers the implementation of GitHub OAuth helper functions. Trigger: Load this skill when handling GitHub OAuth processes.

2026-03-18
manage-database-session
مصممو قواعد البيانات

This skill covers patterns for managing database sessions and models. Trigger: Load when working with database interactions.

2026-03-18
add-generation-event
مطوّرو البرمجيات

This skill covers the creation and management of Generation and GenerationEvent ORM models. Trigger: When working with generation data in the backend.

2026-03-18
add-harness-parent-path
مطوّرو البرمجيات

This skill covers adding the parent directory to the path when running the harness directly. Trigger: When using the harness module in a standalone context.

2026-03-18
main-layer
مطوّرو البرمجيات

This layer encompasses the core functionality of the project, managing the primary modules and their interactions. Trigger: When working in main/ — adding, modifying, or debugging core functionalities.

2026-03-18
test-compressor-fixtures
محللو ضمان جودة البرمجيات والمختبرون

This skill covers patterns for creating fixtures to test compression passes. Trigger: Load this skill when working with test_compressor.

2026-03-18
mock-repomaps-fixtures
محللو ضمان جودة البرمجيات والمختبرون

This skill covers patterns for mocking RepoMaps in tests. Trigger: Load this skill when working with test_graph fixtures.

2026-03-18
test-plugins-build-commands
محللو ضمان جودة البرمجيات والمختبرون

This skill covers testing plugins for various repository types. Trigger: Load this skill when working with test_plugins.

2026-03-18
add-test-scorer-endpoint
محللو ضمان جودة البرمجيات والمختبرون

This skill covers patterns for creating and managing test scorer endpoints. Trigger: Load this skill when working with the test_scorer module.

2026-03-18
test-security-fixtures
محللو ضمان جودة البرمجيات والمختبرون

This skill covers patterns for testing security using crafted content. Trigger: Load this skill when working with test_security scenarios.

2026-03-17
get-chapter-prompts
مطوّرو البرمجيات

This skill covers the generation of chapter prompts for documentation. Trigger: When integrating shared system prompts in documentation workflows.

2026-03-17
test-adapters-strip-yaml-frontmatter
محللو ضمان جودة البرمجيات والمختبرون

This skill covers testing the _strip_yaml_frontmatter helper. Trigger: test_adapters.

2026-03-17
add-test-ripgrep-endpoint
مطوّرو البرمجيات

This skill covers adding endpoints for user management in the test_ripgrep module. Trigger: When implementing user management features in the test_ripgrep context.

2026-03-17
check-ripgrep-availability
مطوّرو البرمجيات

This skill covers patterns for checking the availability of ripgrep. Trigger: When verifying if ripgrep is installed and accessible.

2026-03-17
add-cli-options
مطوّرو البرمجيات

This skill covers the creation of shared options for CLI commands. Trigger: When defining command-line interfaces using the `click` library.

2026-03-17
add-prompts-endpoint
مطوّرو البرمجيات

This skill covers the integration of various prompt types into the system. Trigger: When working with prompts in the application.

2026-03-17
add-scenarios-real-endpoint
مطوّرو البرمجيات

This skill covers adding endpoints for scenarios in the real module. Trigger: When integrating new functionality into the scenarios_real module.

2026-03-17