Skip to main content

hugoduncan/psi

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

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

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

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

Create or refine a task design. Use when the user asks "create a task" or "refine a task" to ensure a high quality task design.

원문 언어: 영어

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

Resolve ambiguous references in user requests into concrete entities, project-specific terms, and project paths before acting. Use when a request contains pronouns, deixis, aliases, shorthand, informal names, or path-like references that may map to project…

원문 언어: 영어

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

Triage a GitHub bug issue by attempting reproduction in an issue-specific worktree, then shape either a precise request for more information or a concrete reproduction handoff into bug-fix execution.

원문 언어: 영어

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

Triage a feature request issue into intent, problem statement, scope, and acceptance criteria. Use when a GitHub issue or similar request needs a concise feature-analysis reply without implementation planning.

원문 언어: 영어

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

Review an implemented architecture-level simplification against the selected Gordian target, validation evidence, project architecture, and blast-radius constraints.

원문 언어: 영어

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

Reviews a Munera task design for architectural fit with the project's architecture and principles

원문 언어: 영어

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

Reviews user-facing documentation changes for an implemented Munera task

원문 언어: 영어

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

Review a task implementation. Use before closing a task, to check the implementation quality. Use when the user asks "review task".

원문 언어: 영어

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

Review a task implementation's tests. Use before closing a task, to check the implementation tests quality. Use when the user asks "review task tests".

원문 언어: 영어

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

Comprehensive Clojure coding standards including function formatting, testing patterns, REPL workflows, dependency management, and code organization. Use whenever writing Clojure or babashka code, or tests, reviewing Clojure or babashka projects, or setting…

원문 언어: 영어

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

Use gordian to analyse Clojure code structure at namespace and executable-unit level. Invoke when asked to audit architecture, assess coupling, identify hidden dependencies, interpret suspicious namespace pairs, rank architectural refactor targets, produce…

원문 언어: 영어

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

Use scry to run Clojure tests through the REPL/in-process API for structured inspection and through the CLI for final verification, process status, and failure EDN files. Trigger when debugging Clojure test failures, when an agent needs expected/actual…

원문 언어: 영어

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

Choose the single highest incidental-complexity executable unit to simplify. Use when selecting a behaviour-preserving refactor target by comprehension burden the branching does not explain (high gordian local burden against low/moderate cyclomatic…

원문 언어: 영어

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

Repository-specific guidance for understanding, creating, and updating psi workflows.

원문 언어: 영어

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

Repository-specific guidance for creating, modifying, and debugging psi extensions.

원문 언어: 영어

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

Test built-in skill fixture

원문 언어: 영어

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

Packaged built-in test fixture

원문 언어: 판별 불가

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create or refine task design choices. Use when the user asks "explore a task" or "investigate a task" to ensure we consider multiple task designs.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Create or refine a task intent statement. Use when the user asks "create a task" or "open a task" to ensure we have a clear understanding of the task's intent.

원문 언어: 영어

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

Recover structurally broken Clojure/EDN files by rebalancing delimiters with minimal edits. Use this as soon as manual editing causes structural syntax issues, EOF/read errors, unmatched parens, or cascading syntax damage.

원문 언어: 영어

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

Clojure structural ops: use to outline, extract to new ns, fix-declares, deps tree, topo sort, form move, namespace rename, CLJC merge/split/add-require/analyze — babashka + rewrite-clj

원문 언어: 영어

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

Shape code for simplicity, consistency, and robustness. Use this to improve code quality and the ability to mutate and adapt it over time.

원문 언어: 영어

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

Interact with a running Emacs instance via emacsclient. Evaluate Elisp expressions, open files, manipulate buffers, run commands, and query Emacs state. Use when the user wants to control Emacs, edit buffers, run Emacs commands, or integrate with Emacs…

원문 언어: 영어

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

compile and decompile prompts as lambda expressions. Use when you want to compile, decompile or translate between lambda expressions and prose.

원문 언어: 영어

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

standards for refactoring: use whenever asked to move, extract, consolidate, or rename code

원문 언어: 영어

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

Shape tests for clarity, signal, and robustness. Use this to improve test quality and the ability to change code and tests with confidence over time.

원문 언어: 영어

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

Apply James Shore's "Testing Without Mocks" pattern language to write tests that are narrow, sociable, state-based, and free of mocks/spies. Use this skill when writing or refactoring tests for any codebase, when the user asks to test code without mocks, when…

원문 언어: 영어

업데이트
직업 분류
기타 비즈니스 운영 전문가
설명

Use when the user asks the agent to work independently or autonomously.

원문 언어: 영어

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

Debug live psi session issues by using the correct runtime context, EQL surfaces, persisted session files, provider captures, and nREPL introspection.

원문 언어: 영어

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

Use when compiling, decompiling or rewriting a project meta description.

원문 언어: 영어

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