Skip to main content
raphaelmansuy
GitHub 제작자 프로필

raphaelmansuy

8개 GitHub 저장소에서 수집된 88개 skills를 저장소 단위로 보여줍니다.

수집된 skills
88
저장소
8
업데이트
2026년 8월 23일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

macos-computer-use
소프트웨어 개발자

Drive the macOS desktop in the background via computer_use and cua-driver — launch apps, capture SOM indices, click/type/key without stealing focus.

2026년 6월 13일
json-toolbox-skill
소프트웨어 개발자

Use JSON validation and JSON Pointer lookup tools for exact payload inspection.

2026년 4월 10일
calculator-skill
소프트웨어 개발자

Use calculator tools for exact arithmetic and unit conversion.

2026년 4월 10일
native-mcp
기타 컴퓨터 관련 직업

Built-in MCP (Model Context Protocol) client that connects to external MCP servers, discovers their tools, and registers them as native EdgeCrab tools. Supports stdio and HTTP transports with automatic reconnection, security filtering, and zero-config tool…

2026년 4월 6일
blackbox
소프트웨어 개발자

Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requires the blackbox CLI and a Blackbox AI API key.

2026년 4월 5일
base
소프트웨어 개발자

Query Base (Ethereum L2) blockchain data with USD pricing — wallet balances, token info, transaction details, gas analysis, contract inspection, whale detection, and live network stats. Uses Base RPC + CoinGecko. No API key required.

2026년 4월 5일
solana
소프트웨어 개발자

Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.

2026년 4월 5일
meme-generation
그래픽 디자이너

Generate real meme images by picking a template and overlaying text with Pillow. Produces actual .png meme files.

2026년 4월 5일
수집된 skill 56개 중 8개를 표시합니다.
a2a-protocol-impl
소프트웨어 개발자

Implement Agent-to-Agent (A2A) protocol for inter-agent communication. Use for agent discovery, agent cards, task delegation, and multi-agent orchestration. Triggers on "A2A protocol", "agent-to-agent", "agent discovery", "agent card", "multi-agent", "agent…

2025년 12월 19일
agent-deployment-pipeline
소프트웨어 개발자

Implement CI/CD pipelines for AI agent deployment with evaluation gates. Use for GitHub Actions workflows, GitOps with ArgoCD, container image building, and automated testing. Triggers on "CI/CD", "pipeline", "GitHub Actions", "GitOps", "ArgoCD", "deployment…

2025년 12월 19일
agent-evaluation-mlflow
데이터 과학자

Implement agent evaluation and safety gates using MLflow 3.x. Use for creating LLM-as-Judge scorers, evaluation datasets, quality gates, tracing, and continuous evaluation. Triggers on "evaluate agent", "MLflow scorer", "LLM judge", "safety evaluation",…

2025년 12월 19일
agentctl-cli
소프트웨어 개발자

Build CLI tools using Go with Cobra and Viper. Use for implementing agentctl commands, interactive prompts, configuration management, and output formatting. Triggers on "CLI", "agentctl", "command line", "cobra", "terminal application", "interactive prompt",…

2025년 12월 19일
go-api-gateway
소프트웨어 개발자

Build the AgentStack API Gateway in Go with Fiber/Chi. Use for creating REST API endpoints, HTTP handlers, middleware, request validation, and API routing. Triggers on "build API", "create endpoint", "HTTP handler", "REST API", "API gateway", "Fiber handler",…

2025년 12월 19일
knative-serving
네트워크·컴퓨터 시스템 관리자

Deploy serverless workloads with Knative Serving for scale-to-zero and autoscaling. Use for creating Knative Services, configuring autoscaling, traffic splitting, and revisions. Triggers on "knative service", "scale-to-zero", "serverless deployment", "ksvc",…

2025년 12월 19일
kubernetes-manifests
소프트웨어 개발자

Generate production-ready Kubernetes manifests for AgentStack. Use for creating Deployments, Services, ConfigMaps, Secrets, RBAC, and other K8s resources. Triggers on "create deployment", "k8s manifest", "kubernetes yaml", "pod spec", "service definition",…

2025년 12월 19일
multi-tenant-postgres
데이터베이스 아키텍트

Implement multi-tenant PostgreSQL database layer with row-level security. Use for database schema design, tenant isolation, migrations, connection pooling, and data access patterns. Triggers on "database schema", "PostgreSQL", "multi-tenant", "row-level…

2025년 12월 19일
수집된 skill 11개 중 8개를 표시합니다.
makefile-dev-workflow
미분류

Unified development workflow for EdgeQuake using Makefile commands. Use when starting services, running tests, or managing the full development stack (database, backend, frontend). Provides simplified alternatives to raw cargo/npm commands.

2026년 8월 23일
langfuse
소프트웨어 개발자

Interact with Langfuse and access its documentation. Use when needing to (1) query or modify Langfuse data programmatically via the CLI — traces, prompts, datasets, scores, sessions, and any other API resource, (2) look up Langfuse documentation, concepts,…

2026년 8월 15일
copilotkit-nextjs-integration
웹 개발자

Integrate CopilotKit AI components into Next.js frontend for building agentic UIs. Enables context-aware AI agents that can read app state and trigger tools/actions. Supports custom adapters for self-hosted LLMs and multiple provider integrations.

2026년 2월 9일
doc-traceability-validator
소프트웨어 개발자

Validate documentation traceability between code annotations (@implements), feature registry, business rules, and use cases. Detect ID collisions, undocumented features, broken cross-references, and namespace violations.

2026년 2월 9일
e2e-test-service-management
소프트웨어 품질 보증 분석가·테스터

Service management for E2E testing in EdgeQuake. Start, stop, and monitor PostgreSQL, backend API, and frontend services. Includes health checks and logging utilities for interactive testing workflows.

2026년 2월 9일
pdf-markdown-validator
소프트웨어 품질 보증 분석가·테스터

Validate PDF to Markdown conversion quality using multi-dimensional metrics. Assess table accuracy, style preservation (bold/italic/headings), robustness, and performance with standardized F1-scoring methodology.

2026년 2월 9일
playwright-ux-ui-capture
소프트웨어 품질 보증 분석가·테스터

Capture EdgeQuake WebUI routes with Playwright and write artifacts immediately (screenshots + per-page request JSON + capture index). Use when adding/updating Playwright E2E capture specs or when asked to automate UI screenshot collection.

2026년 2월 9일
reverse-documentation
소프트웨어 개발자

Automatically generate comprehensive documentation for Rust and TypeScript codebases by analyzing code structure, patterns, and relationships. Supports trait-based patterns, async operations, React components, and Next.js applications.

2026년 2월 9일
수집된 skill 10개 중 8개를 표시합니다.
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다