Skip to main content

maragudk/fabrik

SkillsMP는 maragudk/fabrik에서 33개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
33
GitHub 스타
27
GitHub 포크
2

이 저장소의 skills

수집된 skill 33개 중 33개를 표시합니다.

직업 분류
미분류
설명

Guide for using git with specific preferences -- backticks around code identifiers in commit messages, asking about GitHub issues to reference before committing. Use this whenever you commit, write a commit message, or work with pull requests -- not just when…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for making code reviews. Use this when asked to make code reviews, or ask to use it before committing changes.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Design and build native-feeling macOS application UIs. Use this skill whenever the user asks to create a desktop app, macOS app, Mac-style interface, Apple-style UI, system utility, or anything that should look and feel like a native Mac application. Also…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Always use when creating and editing Swift files (*.swift)

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Get a second opinion from another AI model (currently OpenAI models, via the codex CLI) on a design decision, a stubborn bug, a code review, or any question where an independent take is valuable. Use only when the user explicitly asks for one -- "get a second…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Guide for working with XBRL, the standard for digital business and financial reporting -- reading and writing instance documents, Inline XBRL (iXBRL), xBRL-JSON and xBRL-CSV, taxonomies and linkbases, dimensions, contexts, units, and facts. Use this skill…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

ALWAYS invoke this skill as your FIRST action — before any Read, Write, Edit, or Bash — whenever a task involves Go in any way — creating or editing any `.go` file, `go.mod`, or `go test`; adding or changing handlers, structs, methods, interfaces, error…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Address code review feedback by walking through comments one at a time with the user. Use when the user has received code review comments — on a GitHub PR, in a document in the repo, or directly in conversation — and wants to work through them methodically.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Extract accomplishments from new implementation diary entries into docs/accomplishments.md, written as one-line reflections that blend self-appraisal with Markus's appreciation. Use only when the user invokes /accomplishments or explicitly asks to extract,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for building search on turbopuffer, the object-storage-native vector and full-text search engine. Use this skill whenever the user is writing or modifying code that talks to turbopuffer -- anything importing `github.com/turbopuffer/turbopuffer-go`,…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Write or rewrite technical text with the rules of ASD-STE100 Simplified Technical English so it is clear, unambiguous, and free of AI slop. Use for documentation, READMEs, runbooks, procedures, error messages, release notes, incident reports, and API guides.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for instrumenting and operating observable software systems. Use this skill whenever the user is adding or reviewing telemetry, instrumenting code with OpenTelemetry, working with traces/spans/metrics/logs/structured events, debugging production…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous project gardening. Scans for maintenance issues (starting with documentation), picks one, fixes it in a worktree, self-reviews with competing agents, and opens a PR. Use when the user wants to tidy up the project, fix stale docs, or generally tend…

원문 언어: 영어

업데이트
직업 분류
기술 작가
설명

Use when you write or revise a long-form document an audience will read—documentation, a README, a how-to or user guide, a spec, a design or decision doc, a blog post, a proposal, an announcement, or a standalone report or summary written for a person. Such…

원문 언어: 영어

업데이트
직업 분류
기타 중등 후 교사
설명

Distill a long book into a concise, structured set of learnings by processing it chapter by chapter with parallel subagents, then synthesizing the result -- optionally into a Claude Code skill. Works for any format the book comes in -- PDF, EPUB, Markdown,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Autonomous project gardening by a coordinated team of agents. Spawns a team of gardeners that each run the `garden` skill in parallel, coordinating via a shared task list to avoid duplicate work. Use when the user wants to tend multiple small issues in one…

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Perform a thorough security review of the project, starting from a randomly selected file. Use this skill when the user asks for a security review, security audit, vulnerability scan, or wants to check the codebase for security issues. Also trigger when the…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Present output one unit at a time instead of dumping a list or wall of text. Use when the user says "one at a time", "/one-at-a-time", "one thing at a time", "go one at a time", asks you to slow down, to stop the wall of text, or to stop dumping everything at…

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Building, rendering, or editing any HTML or UI in a Go application means using gomponents — ALWAYS invoke this skill as your FIRST action, before any Read, Write, Edit, or Bash. This fires for any view, page, layout, component, form, table, navbar, footer, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for posting content to the Bluesky social network using the bsky terminal app. This skill should be used proactively when working in public repositories and there is interesting, shareable content (new features, insights, achievements, or announcements…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write and maintain an implementation diary capturing what changed, why, what worked, what failed (with exact errors and commands), what was tricky, and how to review and validate. Activates proactively during non-trivial implementation work (new features, bug…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for building on the AT Protocol (the "atmosphere") -- authoring Lexicons, building app views, consuming the firehose, working with identity (DIDs, handles), repositories, records, XRPC endpoints, and OAuth. Use this skill whenever the user is building…

원문 언어: 영어

업데이트
직업 분류
아트 디렉터
설명

Guide for how to brainstorm an idea and turn it into a fully formed design.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Review the current conversation for fabrik skills that could be improved (corrections, friction the user had to manually flag, missed triggers, anything else worth flagging) and ship the improvements back to the fabrik repo as a PR (concrete fixes) or issue…

원문 언어: 영어

업데이트
직업 분류
작가·저자
설명

Interview the user about a new blog post before writing it. Use this skill whenever the user wants to write a blog post, says "let's write a post about X", "I want to blog about Y", "help me draft a post on Z", or otherwise asks for help producing a blog…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Guide for fine-tuning LLMs, embedding models, vision-language models, and TTS models efficiently with Unsloth. Covers LoRA/QLoRA SFT, reinforcement learning (GRPO, DPO, ORPO, KTO), embedding fine-tuning with sentence-transformers, continued pretraining, and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for running Python code on Modal, the serverless compute platform for AI workloads, batch jobs, scheduled tasks, web endpoints, and sandboxed code execution. Use this skill whenever the user is writing or modifying Modal code (anything importing…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for using Observable Plot, a JavaScript library for exploratory data visualization built on D3. Use this skill when creating charts, exploring data, or building visualizations with marks, scales, and transforms.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Guide for building interactive web UIs with Datastar and gomponents-datastar. Use this skill when adding frontend interactivity to Go web applications with Datastar attributes.

원문 언어: 영어

업데이트
직업 분류
작가·저자
설명

Tell the user a dad joke. Use this skill when the user asks for a dad joke, wants to hear something funny, needs cheering up, or says /dad-joke.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for recording significant architectural and design decisions in docs/decisions.md. Use this skill when clearly significant architectural decisions are made (database choices, frameworks, core design patterns) or when explicitly asked to document a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guide for generating and editing images using generative AI with the nanobanana CLI

원문 언어: 영어

업데이트
수집된 skill 33개 중 33개를 표시합니다.