Skip to main content
Manusで任意のスキルを実行
ワンクリックで
wesleysimplicio
GitHub クリエイタープロフィール

wesleysimplicio

13 件の GitHub リポジトリにある 185 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
185
リポジトリ
13
更新
2026-07-21
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
simplicio-agent
105 件の skills · 2026-07-21
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者その他の高等教育教員一般事務員
10 件の職業カテゴリ · 100% 分類済み
57%比率
#02
simplicio-loop-marketing
18 件の skills · 2026-07-09
ソフトウェア開発者その他コンピュータ職市場調査アナリスト・マーケティングスペシャリスト特殊効果アーティスト・アニメーターグラフィックデザイナーコンプライアンスオフィサー
9 件の職業カテゴリ · 100% 分類済み
9.7%比率
#03
simplicio-dev-cli
14 件の skills · 2026-06-02
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
7.6%比率
#04
simplicio-mapper
11 件の skills · 2026-05-26
ソフトウェア開発者ウェブ開発者プロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
5.9%比率
#05
PiAPI-Skills
8 件の skills · 2026-05-07
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
4.3%比率
#06
simplicio-loop
7 件の skills · 2026-07-18
その他コンピュータ職ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
3.8%比率
#07
WaveSpeedAI-Skills
7 件の skills · 2026-05-06
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
3.8%比率
#08
simplicio-local-any-llm-16gb
6 件の skills · 2026-05-13
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
3.2%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

simplicio-tasks
その他コンピュータ職

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-21
local-gateway-operations
ネットワーク・コンピュータシステム管理者

Operate and troubleshoot local Hermes/Simplicio gateway services safely, including config edits, launchd/service restarts, and live verification with logs.

2026-07-21
graphify
ソフトウェア開発者

Transforma a memória do Simplicio (memory_items + embeddings all-MiniLM) em um knowledge graph consultável — nós + arestas, comunidades, god nodes, path/explain/query. Port do conceito Graphify (Graphify-Labs) reusando a infra já existente (neural-recall, vec0).

2026-07-21
simplicio-tasks
その他コンピュータ職

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-20
auto-not-6
ソフトウェア開発者

Learned skill -- when the task mentions "not", run this proven sequence (5 successful runs, confidence 1.00).

2026-07-18
simplicio-autoresearch
ソフトウェア開発者

Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's `autoresearch` pattern (and the ECC `autoresearch-agent`) with mandatory yool guardrails (§11 caps), git-isolated branch discipline, an anti-Goodhart eval order (correctness gate FIRST, score SECOND, labeled tokenizer), a local-first mutation ladder, and a `simplicio.savings-event/v1` receipt per run. Use when the user says "optimize this by <metric>", "autoresearch loop", "evolutionary optimize", "mutate/eval/keep-revert", or asks to shrink tokens/latency/bundle size/improve pass-rate against a fixed, measurable eval. Worker: `scripts/autoresearch.py`.

2026-07-18
simplicio-compress
ソフトウェア開発者

Cut output and memory tokens without losing meaning — terse prose levels (caveman-style) that preserve code/paths/URLs byte-for-byte, plus a one-time memory/doc compaction pass that pays back every future turn. Use when replies or worker reports are verbose, when standing context (CLAUDE.md/AGENTS.md/notes) is bloated, or when simplicio-tasks needs its output-side + input-side token discipline. Compression NEVER touches code, identifiers, or a safety confirmation.

2026-07-18
simplicio-learn
ソフトウェア開発者

Persist what a run taught you so the next run is cheaper and more correct — mine high-signal lessons from the trajectory, dedup them, and write them back to AGENTS.md / memory so they're applied not re-derived. Use after a run or at session end, when the user says "remember this", "do a retrospective", "learn from this run", or when simplicio-tasks closes its self-audit. Keeps memory lean: durable, reusable bullets only — no transcripts, no one-offs.

2026-07-18
このリポジトリの収集済み skills 105 件中、上位 8 件を表示しています。
simplicio-loop
その他コンピュータ職

Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.

2026-07-09
simplicio-tasks
その他コンピュータ職

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-09
install-hyperframes
ソフトウェア開発者

One-shot bootstrap skill that wires HyperFrames (https://github.com/wesleysimplicio/hyperframes) into a marketing-engine clone as a first-class video provider — the three runtime skills, the provider class + mock, the routing matrix rows, env vars, and CLAUDE.md updates. Idempotent. Invoke when a fresh clone needs HyperFrames added, or when reapplying the integration after a rebase that dropped any piece of it.

2026-05-22
hyperframes-cli
ソフトウェア開発者

Runs the HyperFrames CLI dev loop — init, lint, inspect, preview, render — for compositions authored under the `hyperframes` skill. Invoked after the composition HTML is on disk and before the piece is marked complete.

2026-05-22
hyperframes-prompt-builder
ソフトウェア開発者

Translates a marketing-engine piece brief into the input shape the `hyperframes` skill expects (composition spec) and the flags the `hyperframes-cli` skill needs to render it. Selected by `video-prompt-builder` when the routing matrix resolves to the `hyperframes` provider.

2026-05-22
hyperframes
ソフトウェア開発者

Author HTML-as-source-of-truth motion compositions (kinetic type, motion quote cards, programmatic data-viz reels) for the HyperFrames renderer. Used whenever the video provider resolved by the routing matrix is `hyperframes`.

2026-05-22
video-prompt-builder
ソフトウェア開発者

Assembles a video generation prompt by picking the provider via PROVIDERS.md and delegating to the matching provider-specific builder

2026-05-22
rtk-cli
ソフトウェア開発者

Use RTK CLI (https://github.com/rtk-ai/rtk) to cut tokens during repo exploration and verbose validation

2026-05-19
このリポジトリの収集済み skills 18 件中、上位 8 件を表示しています。
skill-opt
ソフトウェア開発者

Generates new .skills/<slug>/SKILL.md entries on demand from a one-line description, guarded by a review gate so unreviewed skills do not become defaults.

2026-06-02
simplicio-cli
ソフトウェア開発者

Use simplicio-cli to turn a one-line task into a verified code change (diff + test + verify loop). Trigger ALWAYS when the user asks for a small/medium code edit in a known file — "hide X for non-admins", "add validation to Y", "fix the empty-state on Z", "rename the prop in <file>" — even if they do not mention the word "simplicio". Especially trigger when the active model is small/local (Ollama, Gemma, Llama 3 sub-8B, Phi, Qwen 7B), or the user mentions "task-to-code", "diff+test", "verify loop", "6-layer contract", "pass-rate", "precedent + skill router", or any of the benchmark numbers (+39 pts, +51 pts, +58 pts, 99% pass-rate). Use this skill BEFORE writing the edit by hand — simplicio-cli measurably boosts pass-rate on the same model from ~41% to ~99% on frontier and ~35% to ~74% on sub-4B by stacking mapper + precedent + skill-router + 6-layer prompt + test + verify-loop. Also trigger on explicit invocations: `$simplicio`, `/simplicio`, "use simplicio", "rode o simplicio".

2026-05-31
codegen-disabled-baseline-review
ソフトウェア品質保証アナリスト・テスター

Human review workflow for baseline rows where code generation is disabled.

2026-05-31
fastapi-crud-scaffold-review
ソフトウェア品質保証アナリスト・テスター

Validate generated FastAPI CRUD scaffolds before they enter release evidence.

2026-05-31
go-gin-release-review
ソフトウェア品質保証アナリスト・テスター

Review Go Gin CRUD release evidence before human approval.

2026-05-31
issue-closure-audit-traceability-review
ソフトウェア品質保証アナリスト・テスター

Human review workflow for issue-closure audit artifacts and blocker traceability across issues.

2026-05-31
laravel-api-crud-scaffold-review
ソフトウェア品質保証アナリスト・テスター

Review Laravel API CRUD scaffold release evidence for routes, JSON codes, tests, and Pint.

2026-05-31
nextjs-app-router-crud-scaffold-review
ソフトウェア品質保証アナリスト・テスター

Audit mechanical Next.js App Router CRUD scaffolds for correctness, security, UX, and maintainability.

2026-05-31
このリポジトリの収集済み skills 14 件中、上位 8 件を表示しています。
skillopt
ソフトウェア開発者

otimiza um documento de skill (SKILL.md) com o loop SkillOpt (Rollout -> Reflect -> Edit -> Gate) contra uma suíte de tarefas, sem treinar o modelo

2026-05-26
brainstorming
プロジェクト管理専門家

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-05-26
systematic-debugging
ソフトウェア開発者

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-05-26
using-superpowers
ソフトウェア開発者

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-05-26
contribute-catalog
ソフトウェア開発者

Author a new HyperFrames registry block (caption style, VFX block, transition, lower third) or component (text effect, overlay, snippet) and ship it as an upstream PR to the hyperframes repo. Use ONLY when the user wants to CONTRIBUTE to the public catalog — for in-project caption/transition authoring use the `hyperframes` skill, for installing existing registry items use the `hyperframes-registry` skill.

2026-05-22
gsap
ソフトウェア開発者

GSAP animation reference for HyperFrames. Covers gsap.to(), from(), fromTo(), easing, stagger, defaults, timelines (gsap.timeline(), position parameter, labels, nesting, playback), and performance (transforms, will-change, quickTo). Use when writing GSAP animations in HyperFrames compositions.

2026-05-22
hyperframes
ソフトウェア開発者

Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate text-to-speech narration, create audio-reactive animation (beat sync, glow, pulse driven by music), add animated text highlighting (marker sweeps, hand-drawn circles, burst lines, scribble, sketchout), or add transitions between scenes (crossfades, wipes, reveals, shader transitions). Covers composition authoring, timing, media, and the full video production workflow. For dev-loop CLI commands (init, lint, inspect, preview, render) see the hyperframes-cli skill; for asset preprocessing commands (tts, transcribe, remove-background) see the hyperframes-media skill.

2026-05-22
remotion-to-hyperframes
ウェブ開発者

Translate an existing Remotion (React-based) video composition into a HyperFrames HTML composition. Use ONLY when the user explicitly asks to port, convert, migrate, translate, or rewrite a Remotion composition as HyperFrames (e.g. "port my Remotion project to HyperFrames"). Do NOT use when (a) authoring a NEW HyperFrames composition (even if A/B-testing a Remotion video); (b) Remotion is mentioned in passing; (c) Remotion code is shared as reference, not for translation; (d) the user wants "the same video as my Remotion one" without explicitly asking to migrate the source — treat as a fresh HyperFrames build. When in doubt, default to the `hyperframes` skill. Detects unsupported patterns (useState, useEffect side effects, async calculateMetadata, third-party React component libraries, `@remotion/lambda`) and recommends the runtime interop escape hatch instead of a lossy translation.

2026-05-22
このリポジトリの収集済み skills 11 件中、上位 8 件を表示しています。
playwright-e2e
ソフトウェア品質保証アナリスト・テスター

escrever ou atualizar testes end-to-end com Playwright neste projeto, garantindo trace, screenshot, vídeo e asserções consistentes

2026-05-07
piapi
ソフトウェア開発者

Use this skill when the user asks for image, video, music, 3D, audio, or LLM generation backed by the PiAPI inference platform (https://piapi.ai). Covers Midjourney, Suno, Kling, Luma, Hailuo, Flux, Hunyuan, Faceswap, Trellis, MMAudio, F5-TTS, Veo 3, Gemini 2.5 Flash Image, and Seedance via a single unified `POST /api/v1/task` envelope. The CLI also wraps the OpenAI- compatible `POST /v1/chat/completions` LLM surface.

2026-05-06
piapi
ソフトウェア開発者

Image, video, music, 3D, audio, and LLM generation via PiAPI. Wraps the unified `POST /api/v1/task` envelope plus the OpenAI-compatible `POST /v1/chat/completions` LLM proxy.

2026-05-06
piapi
ソフトウェア開発者

PiAPI inference gateway — image, video, music, 3D, audio, and LLM generation through one async-task envelope and an OpenAI-compatible LLM proxy.

2026-05-06
piapi
ソフトウェア開発者

Portable, agent-agnostic spec for the PiAPI inference gateway. Single async-task envelope at `POST /api/v1/task` aggregates Midjourney, Flux, Kling, Luma, Hailuo, Veo 3, Suno, Hunyuan, MMAudio, F5-TTS, Trellis, Gemini Nano Banana, Seedance, and Faceswap. `POST /v1/chat/completions` is an OpenAI-compatible LLM proxy. Auth header is `x-api-key`.

2026-05-06
piapi
ソフトウェア開発者

Generate images, video, music, 3D, audio, and chat completions through PiAPI's unified async-task gateway. Aggregates Midjourney, Flux, Kling, Luma, Hailuo, Veo 3, Suno, Hunyuan, MMAudio, F5-TTS, Trellis, Gemini Nano Banana, Seedance, and Faceswap behind a single `POST /api/v1/task` envelope, plus an OpenAI-compatible `POST /v1/chat/completions` LLM proxy.

2026-05-06
piapi
ソフトウェア開発者

PiAPI inference gateway. One unified `POST /api/v1/task` envelope for Midjourney, Flux, Kling, Luma, Hailuo, Veo 3, Suno, Hunyuan, MMAudio, F5-TTS, Trellis, Gemini Nano Banana, Seedance, and Faceswap. Plus an OpenAI-compatible `POST /v1/chat/completions` LLM proxy.

2026-05-06
piapi
ソフトウェア開発者

PiAPI inference gateway. One async-task envelope plus an OpenAI-compatible LLM proxy. Aggregates Midjourney, Flux, Kling, Luma, Hailuo, Veo 3, Suno, Hunyuan, MMAudio, F5-TTS, Trellis, Gemini Nano Banana, Seedance, and Faceswap.

2026-05-06
simplicio-loop
その他コンピュータ職

Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.

2026-07-18
simplicio-tasks
その他コンピュータ職

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-18
simplicio-autoresearch
ソフトウェア開発者

Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's `autoresearch` pattern (and the ECC `autoresearch-agent`) with mandatory yool guardrails (§11 caps), git-isolated branch discipline, an anti-Goodhart eval order (correctness gate FIRST, score SECOND, labeled tokenizer), a local-first mutation ladder, and a `simplicio.savings-event/v1` receipt per run. Use when the user says "optimize this by <metric>", "autoresearch loop", "evolutionary optimize", "mutate/eval/keep-revert", or asks to shrink tokens/latency/bundle size/improve pass-rate against a fixed, measurable eval. Worker: `scripts/autoresearch.py`.

2026-07-03
simplicio-orient
ソフトウェア開発者

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their output 60–90% (rtk-style) with a failure-safe tee cache, signatures-only reads, and an optional auto-rewrite hook. This is the token-economy spine of simplicio-tasks, usable standalone.

2026-07-03
simplicio-review
ソフトウェア品質保証アナリスト・テスター

Deep, adversarial branch review — parallel subagents on separate rubrics (security/correctness, code-quality, and does-it-reproduce), spawned in one message, then deduped into one verdict. Runs for EVERY item, no TRIVIAL/SMALL shortcut — it is 3 of the 6 roles in simplicio-tasks' minimum-agent floor. Use before merging any work, when the user says "review this branch/PR hard", "thermo-nuclear review", "is this safe to merge", or when simplicio-tasks needs the Step 4c adversarial verify gate. Scopes strictly to the diff; refutes rather than rubber-stamps.

2026-06-30
simplicio-learn
その他コンピュータ職

Persist what a run taught you so the next run is cheaper and more correct — mine high-signal lessons from the trajectory, dedup them, and write them back to AGENTS.md / memory so they're applied not re-derived. Use after a run or at session end, when the user says "remember this", "do a retrospective", "learn from this run", or when simplicio-tasks closes its self-audit. Keeps memory lean: durable, reusable bullets only — no transcripts, no one-offs.

2026-06-25
simplicio-compress
ソフトウェア開発者

Cut output and memory tokens without losing meaning — terse prose levels (caveman-style) that preserve code/paths/URLs byte-for-byte, plus a one-time memory/doc compaction pass that pays back every future turn. Use when replies or worker reports are verbose, when standing context (CLAUDE.md/AGENTS.md/notes) is bloated, or when simplicio-tasks needs its output-side + input-side token discipline. Compression NEVER touches code, identifiers, or a safety confirmation.

2026-06-22
wavespeed
ソフトウェア開発者

Generate images, video, audio and avatars via the WaveSpeedAI inference platform (700+ models incl. FLUX, Kling, Veo, Luma, Stable Diffusion, Seedance, Z-Image, Wan, Qwen, Higgsfield), or call the OpenAI-compatible LLM gateway (290+ models incl. Claude, GPT, Gemini, DeepSeek, Llama, Mistral). Use whenever the user asks to create AI media, run a `wavespeed-ai/*` model, upload a media asset for inference, list available models, check account balance, configure a webhook, or call an LLM through the WaveSpeed proxy. Wraps the official Python SDK (`pip install wavespeed`) plus a thin CLI for one-shot calls.

2026-05-06
wavespeed
ソフトウェア開発者

Generate images, video, audio, avatars (700+ models — FLUX, Kling, Veo, Luma, Seedance, Z-Image, Wan) or call OpenAI-compatible LLMs (290+ — Claude, GPT, Gemini, DeepSeek, Llama) via the WaveSpeedAI inference platform. Wraps the official Python SDK plus a thin CLI shim.

2026-05-06
wavespeed
ソフトウェア開発者

WaveSpeedAI inference gateway — 700+ media models and 290+ OpenAI-compatible LLMs through one API key. Use for AI media generation (image/video/audio/avatar) and for cheap proxied LLM calls (Claude/GPT/Gemini/Llama).

2026-05-06
wavespeed
ソフトウェア開発者

Generate images, video, audio and avatars (700+ models) or call OpenAI-compatible LLMs (290+ models — Claude, GPT, Gemini, DeepSeek, Llama) through the WaveSpeedAI inference platform. Use whenever the user asks to create AI media, run a `wavespeed-ai/*` model, upload a media asset for inference, list available models, check account balance, or call an LLM via the WaveSpeed proxy.

2026-05-06
wavespeed
ソフトウェア開発者

WaveSpeedAI inference gateway — 700+ media models (FLUX, Kling, Veo, Luma, Seedance, Z-Image, Wan, Qwen, Higgsfield) and 290+ OpenAI-compatible LLMs (Claude, GPT, Gemini, Llama, DeepSeek, Mistral) through one API key. Wraps the official Python SDK and a thin CLI.

2026-05-06
wavespeed
ソフトウェア開発者

WaveSpeedAI inference gateway — 700+ media models (FLUX, Kling, Veo, Luma, Seedance, Z-Image, Wan, Qwen, Higgsfield, ace-step) and 290+ OpenAI-compatible LLMs through one API key. Use whenever the user wants to generate AI media, list available models, check balance, or call Claude/GPT/Gemini through the WaveSpeed LLM proxy.

2026-05-06
wavespeed
ソフトウェア開発者

WaveSpeedAI inference gateway — 700+ media models and 290+ OpenAI-compatible LLMs in one API. Use for AI image/video/audio generation and for cheap proxied LLM calls.

2026-05-06
13 件中 12 件のリポジトリを表示