Skip to main content
antongulin
ملف منشئ GitHub

antongulin

عرض على مستوى المستودعات لـ ٦٠ skills مجمعة عبر ١١ مستودعات GitHub.

skills مجمعة
٦٠
مستودعات
١١
محدث
١٤ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
fusebase-challenge
١٧ skills · ٤ أبريل ٢٠٢٦
مطوّرو البرمجياتمطوّرو الويبمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوبمصممو واجهات الويب والرقمية
٥ فئات مهنية · ١٠٠٪؜ مصنفة
٢٨٪؜الحصة
#02
pw-kit
١٤ skills · ٢٧ مايو ٢٠٢٦
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٢٣٪؜الحصة
#03
bundle-social-api-skill
٨ skills · ١٤ مايو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٣٪؜الحصة
#04
agenticflow-ai-skills
٥ skills · ١٤ مايو ٢٠٢٦
مطوّرو البرمجياتعلماء البياناتمتخصصو إدارة المشاريع
٣ فئات مهنية · ١٠٠٪؜ مصنفة
٨٫٣٪؜الحصة
#05
agenticflow-platform-template
٥ skills · ٢١ أبريل ٢٠٢٦
مطوّرو البرمجياتمتخصصو إدارة المشاريع
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٨٫٣٪؜الحصة
#06
mole-skills
٥ skills · ١٤ مايو ٢٠٢٦
مديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٨٫٣٪؜الحصة
#07
opencode-skill-creator
٢ skills · ٥ يوليو ٢٠٢٦
المهن الحاسوبية الأخرىمديرو الشبكات وأنظمة الحاسوب
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫٣٪؜الحصة
#08
robin
١ skills · ١٤ أغسطس ٢٠٢٦
التصنيف قيد الانتظار
١٫٧٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

api-exploration
مطوّرو البرمجيات

Workflow for testing Fusebase API calls interactively using temporary tokens. Use when: 1. You need to verify an API endpoint behavior before writing feature code, 2. You want to explore available API responses or schemas, 3. You're unsure how an API endpoint…

٤ أبريل ٢٠٢٦
app-ui-design
مصممو واجهات الويب والرقمية

Guidance for visual design, UI and UX in Fusebase-generated app features. Use when building or refining feature UIs: pages, components, layouts, forms, feedback states, theming, or accessibility. Ensures consistent, clear, and distinctive interfaces using…

٤ أبريل ٢٠٢٦
autonomous-feedback-loop
مطوّرو البرمجيات

Use when: (1) User wants to set up or improve a debug loop or runbook for the repo, (2) User asks to autonomously test or debug features or runtimes, (3) Building or maintaining DEBUG.md with only verified techniques, (4) User asks to verify or document…

٤ أبريل ٢٠٢٦
dev-debug-logs
مطوّرو البرمجيات

Use when debugging a feature through `fusebase dev start`, or when you need to inspect browser logs, proxied API traffic, frontend dev server output, or backend output captured by the local CLI. Explains where logs are written and which file to inspect for…

٤ أبريل ٢٠٢٦
feature-backend
مطوّرو البرمجيات

Guide for adding a backend layer (REST API + WebSockets) to Fusebase Apps features. Use when: (1) A feature needs a server-side API beyond the Dashboard SDK, (2) Adding REST endpoints or WebSocket support, (3) Setting up the backend/ folder structure. The…

٤ أبريل ٢٠٢٦
feature-dev-practices
مطوّرو البرمجيات

Practical guide for building Fusebase Apps features. Use when: (1) Creating a new feature, (2) Setting up project structure, Vite config, or authentication, (3) Building or registering features, (4) Configuring permissions or public access, (5) Navigating…

٤ أبريل ٢٠٢٦
feature-routing
مطوّرو الويب

Guide for implementing client-side routing in Fusebase Apps features. Use when: 1. Adding routing (React Router) to a feature, 2. Fixing broken routes or 404s after deployment, 3. Configuring the router.

٤ أبريل ٢٠٢٦
feature-secrets
محللو أمن المعلومات

Guide for creating and using secrets in Fusebase Apps feature backends. Use when: (1) A feature backend needs API keys, passwords, or other sensitive config, (2) Creating secrets via the CLI, (3) Accessing secrets at runtime in backend code, (4) Deciding what…

٤ أبريل ٢٠٢٦
عرض 8 من أصل ١٧ skills مجمعة.
api-testing
محللو ضمان جودة البرمجيات والمختبرون

API testing patterns for Playwright + TypeScript — resource class pattern (HTTP wrappers extending BasePage, domain folders mirroring REST namespaces, typed payload builders), the ApiListener pattern for capturing real responses by stateKey without mocking,…

٢٧ مايو ٢٠٢٦
assertions
محللو ضمان جودة البرمجيات والمختبرون

Web-first assertion patterns for Playwright + TypeScript — always await expect(locator).toXxx() (never snapshot-style expect(await locator.textContent())), never page.waitForTimeout, never waitForLoadState('networkidle'), expect.soft for supplementary checks,…

٢٧ مايو ٢٠٢٦
cli-tool
محللو ضمان جودة البرمجيات والمختبرون

Reference for the playwright-cli command-line tool — the verify-before-coding companion for Playwright + TypeScript test development. Covers the discovery workflow (open → snapshot → click/fill → emit locator code), API response verification via run-code,…

٢٧ مايو ٢٠٢٦
create-test-cases
محللو ضمان جودة البرمجيات والمختبرون

Convert a developer feature ticket into lean, ticket-ready Gherkin test cases for paste into a QA ticket. Produces 1 main success scenario + 2-4 edge cases max, merges near-identical data variants into one case with annotation, flags ambiguity inline with…

٢٧ مايو ٢٠٢٦
fix-test
محللو ضمان جودة البرمجيات والمختبرون

Systematic 6-phase workflow for investigating and fixing failing Playwright tests. Classifies the root cause as app bug (test.fail + defect report), broken test (test.fixme + fix-me task), or flaky test (fix timing/data/state root cause). Uses trace viewer,…

٢٧ مايو ٢٠٢٦
fixtures
محللو ضمان جودة البرمجيات والمختبرون

Central fixture pattern for Playwright + TypeScript test automation — single base-pages-fixture.ts file that pre-wires every page object, the browserPage root fixture (test-scoped page + worker-scoped browser), alphabetical ordering rule,…

٢٧ مايو ٢٠٢٦
forms-and-dates
محللو ضمان جودة البرمجيات والمختبرون

Patterns for interacting with form controls in Playwright + TypeScript — typeDateValue for date pickers (never fill or pressSequentially), relative-year variables instead of hardcoded dates, idempotent toggleSwitch, filterSingleSelect for dropdowns, save…

٢٧ مايو ٢٠٢٦
init
مطوّرو البرمجيات

Bootstrap a complete Playwright + TypeScript test automation project from scratch. Scaffolds folder structure (pages/, tests/, api/, modals/, data/), writes all configs (playwright.config.ts, tsconfig.json, .eslintrc, .prettierrc, .env template), generates…

٢٧ مايو ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
bundle-social-accounts
مطوّرو البرمجيات

Manage Bundle.social social account connections across 14 platforms using the Bundle.social API. Use this skill when connecting, disconnecting, configuring channels, or managing social accounts on Bundle.social. Covers OAuth connection flow, disconnection,…

١٤ مايو ٢٠٢٦
bundle-social-analytics
مطوّرو البرمجيات

Retrieve and analyze social media performance metrics using the Bundle.social Analytics API. Use this skill when fetching analytics for social accounts or individual posts, getting raw metrics, bulk-comparing post performance, or forcing analytics refreshes…

١٤ مايو ٢٠٢٦
bundle-social-comments
مطوّرو البرمجيات

Manage social media comments across 10+ platforms using the Bundle.social API. Use this skill when reading, creating, updating, deleting comments, or importing comment threads from Facebook, Instagram, LinkedIn, YouTube, TikTok, Reddit, Threads, Mastodon, and…

١٤ مايو ٢٠٢٦
bundle-social-core
مطوّرو البرمجيات

Manage Bundle.social organization settings, teams, and health checks using the Bundle.social API. Use this skill when working with Bundle.social organization configuration, team management, checking API health/platform status, viewing usage limits (posts,…

١٤ مايو ٢٠٢٦
bundle-social-import
مطوّرو البرمجيات

Import historical social media posts and bulk-create posts via CSV using the Bundle.social API. Use this skill when importing past post history from connected social accounts (with optional comments and analytics), or when bulk-creating posts via CSV file…

١٤ مايو ٢٠٢٦
bundle-social-platform-ops
مطوّرو البرمجيات

Execute platform-specific social media operations across 13 platforms using the Bundle.social API. Use for actions beyond general posting: YouTube playlists/thumbnails/video management; LinkedIn mentions; Google Business Profile (hours, attributes, services,…

١٤ مايو ٢٠٢٦
bundle-social-posts
مطوّرو البرمجيات

Create, read, update, delete, and retry publishing social media posts across 14 platforms using the Bundle.social API. Use this skill when creating multi-platform posts, scheduling content, checking post status, updating published posts, deleting posts, or…

١٤ مايو ٢٠٢٦
bundle-social-uploads
مطوّرو البرمجيات

Upload and manage media files for social media posts using the Bundle.social Upload API. Use this skill when uploading images/videos for social media content, creating uploads from URLs, handling large file multipart uploads, listing existing uploads, or…

١٤ مايو ٢٠٢٦
agenticflow-agent
مطوّرو البرمجيات

Create, run, and iterate on a single AgenticFlow AI agent — one chat endpoint, one assistant, one persona. Use when the user wants a customer-facing bot, a support assistant, a single task agent, or a prompt experiment. Choose this skill over…

١٤ مايو ٢٠٢٦
agenticflow-mcp
مطوّرو البرمجيات

Attach external tool providers (Google Docs, Google Sheets, Slack, Notion, GitHub, Apify, etc.) to an AgenticFlow agent via MCP clients. Use when the user wants their agent to read or write external data, call third-party APIs, save outputs to a doc/sheet, or…

١٤ مايو ٢٠٢٦
agenticflow-built-in-credits
متخصصو إدارة المشاريع

Purchase and manage AgenticFlow AI built-in credits — the prepaid balance that covers agenticflow-agent and agenticflow-workforce runs. Covers `af credit purchase/receipts/usage/plans`, plan selection, payment card setup via `af setup`, usage monitoring…

١٤ مايو ٢٠٢٦
agenticflow-llm-models
علماء البيانات

List, filter, and recommend LLM models available in the AgenticFlow AI workspace for use in agents and workforce nodes. Should trigger whenever the user mentions LLM models, choosing a provider/model for an agent, model capabilities (reasoning, speed, cost),…

١٤ مايو ٢٠٢٦
agenticflow-workforce
مطوّرو البرمجيات

Deploy and operate a multi-agent AgenticFlow workforce — a DAG of agents that hand off to each other (trigger → coordinator → worker agents → output). Use when the user asks for a team, pipeline, or multi-agent system: research-then-write,…

٣٠ أبريل ٢٠٢٦
agenticflow-agent
مطوّرو البرمجيات

Create, run, and iterate on a single AgenticFlow AI agent — one chat endpoint, one assistant, one persona. Use when the user wants a customer-facing bot, a support assistant, a single task agent, or a prompt experiment. Choose this skill over…

٢١ أبريل ٢٠٢٦
agenticflow-built-in-credits
متخصصو إدارة المشاريع

Use AgenticFlow's built-in features and account credits first — before adding external API keys (BYOK). Use this skill whenever the user asks about image generation without API keys, wants to use their existing credits, asks about built-in vs BYOK, or…

٢١ أبريل ٢٠٢٦
agenticflow-llm-models
مطوّرو البرمجيات

Select and configure LLM models for AgenticFlow agents and workforces. Use this skill whenever the user asks which model to use, needs reasoning capabilities, wants fast/cheaper options, gets finish_reason=length errors, or asks about model…

٢١ أبريل ٢٠٢٦
agenticflow-mcp
مطوّرو البرمجيات

Attach external tool providers (Google Docs, Google Sheets, Slack, Notion, GitHub, Apify, etc.) to an AgenticFlow agent via MCP clients. Use when the user wants their agent to read or write external data, call third-party APIs, save outputs to a doc/sheet, or…

٢١ أبريل ٢٠٢٦
agenticflow-workforce
مطوّرو البرمجيات

Deploy and operate a multi-agent AgenticFlow workforce — a DAG of agents that hand off to each other (trigger → coordinator → worker agents → output). Use when the user asks for a team, pipeline, or multi-agent system: research-then-write,…

٢١ أبريل ٢٠٢٦
mole-analyze
مطوّرو البرمجيات

Use Mole to explore macOS disk usage with an interactive TUI or JSON output. Run this skill whenever the user mentions analyzing disk space, finding large files, exploring disk usage, checking storage, or using `mo analyze`. Covers overview mode, directory…

١٤ مايو ٢٠٢٦
mole-clean
مديرو الشبكات وأنظمة الحاسوب

Use Mole to clean macOS disk space by removing caches, logs, temporary files, app data, browser data, system files, and project artifacts. Run this skill whenever the user mentions disk cleanup, freeing space, clearing caches, removing junk, or using `mo…

١٤ مايو ٢٠٢٦
mole-optimize
مديرو الشبكات وأنظمة الحاسوب

Use Mole to optimize macOS system performance by refreshing caches, repairing configurations, and running maintenance tasks. Run this skill whenever the user mentions optimizing performance, speeding up their Mac, refreshing services, running maintenance, or…

١٤ مايو ٢٠٢٦
mole-status
مديرو الشبكات وأنظمة الحاسوب

Use Mole to monitor macOS system health with live metrics including RAM usage, disk usage, uptime, and overall system status. Run this skill whenever the user mentions checking system health, viewing status, monitoring performance, or using `mo status`.…

١٤ مايو ٢٠٢٦
mole-uninstall
مديرو الشبكات وأنظمة الحاسوب

Use Mole to completely remove macOS applications including their support files, caches, and preferences. Run this skill whenever the user mentions uninstalling apps, removing applications, app cleanup, deleting software, or using `mo uninstall`. Covers app…

١٤ مايو ٢٠٢٦
عرض ١١ من أصل ١١ مستودعات
تم تحميل كل المستودعات