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

smileynet

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

수집된 skills
104
저장소
6
업데이트
2026-08-01
저장소 탐색

저장소와 대표 skills

dispatch-codex-review
소프트웨어 품질 보증 분석가·테스터

Dispatch Codex to review all unreviewed repository work, then verify its correlated findings ticket or clean result. Use when requesting an independent Codex review, auditing all changes, checking work since the last review, or waiting for Codex findings. Trigger: dispatch codex review, independent review, review all changes, check codex findings, run review agent.

2026-08-01
frontier-work
기타 컴퓨터 관련 직업

Always-on: when a project has tickets, work the frontier (first unblocked open ticket), mark done, update plan status.

2026-08-01
review-new-work
소프트웨어 품질 보증 분석가·테스터

Incremental and full-history repository review with resumable adoption batches. Use when reviewing new work, initializing review tracking, reviewing all work to date, resuming historical review, inspecting unreviewed commits, or reviewing changed tickets. Trigger: review new work, adopt repository, review all history, resume review, review marker, unreviewed commits.

2026-08-01
handoff
소프트웨어 개발자

End-of-session handoff that captures current state for the next session. Use when ending a work session, switching context, or before a long break.

2026-08-01
project-cleanup
소프트웨어 개발자

Consolidate project artifacts — promote scratch to memory, deduplicate memory, process decisions, organize scripts, update steering/skills accuracy. Use periodically or when the project feels cluttered.

2026-08-01
eval-harness
소프트웨어 품질 보증 분석가·테스터

Run and interpret crew-research evals — run.sh flags, scores.jsonl fields, activation TPR/FPR verdicts, resuming interrupted runs. Use when running evals, reading eval results, diagnosing a failing definition, or resuming a dead run. Trigger: run the evals, eval results, scores.jsonl, activation test, TPR, delta threshold, resume the run, skip-completed, known gap.

2026-07-31
script-authoring
소프트웨어 개발자

Best practices for writing tool and helper scripts. Use when creating bash scripts, automation tools, CLI utilities, or any executable that will be run repeatedly by humans or agents.

2026-07-28
image-handling
소프트웨어 개발자

How to process images in kiro-cli sessions — kiro-cli vs Claude multimodal limits, sizing, and the fresh-session workaround for context compaction losing inline images.

2026-07-27
이 저장소에서 수집된 skills 65개 중 상위 8개를 표시합니다.
adr-authoring
소프트웨어 개발자

Write Architecture Decision Records when making significant technical choices. Use when selecting tools, patterns, frameworks, or making structural changes that future developers need to understand.

2026-05-17
agents-md-authoring
소프트웨어 개발자

Write AGENTS.md files that serve as operating contracts for AI agents. Use when creating or updating AGENTS.md for a project. Trigger terms: AGENTS.md, agent instructions, agent contract, agent configuration, coding agent setup.

2026-05-17
changelog-discipline
소프트웨어 개발자

Quality rules for changelog entries. Use when validating, writing, or reviewing changelog content to ensure user-facing value communication.

2026-05-17
completion-protocol
소프트웨어 개발자

Task completion sequence including verification, git, signaling, and handoff. Use when finishing a task or reporting status.

2026-05-17
diagrams
소프트웨어 개발자

Architecture diagrams for documentation. Covers ASCII, Mermaid, C4, and D2. Applies C4 methodology by default. Trigger terms: diagram, flowchart, architecture diagram, sequence diagram, C4, mermaid, ascii diagram.

2026-05-17
diataxis-classification
소프트웨어 개발자

Classify documentation by audience and content type. Use when planning, auditing, or placing project documentation.

2026-05-17
docs-audit
소프트웨어 개발자

Audit project documentation for quality, completeness, and freshness. Use when assessing documentation health, planning cleanup, or measuring improvement.

2026-05-17
document-formats
소프트웨어 개발자

Markup language selection for documentation. Covers Markdown, AsciiDoc, reStructuredText, and Typst. Trigger terms: asciidoc, restructuredtext, rst, typst, document format, multi-format, PDF output.

2026-05-17
이 저장소에서 수집된 skills 19개 중 상위 8개를 표시합니다.
code-antipatterns
소프트웨어 품질 보증 분석가·테스터

Antipattern catalog with categorized patterns, symptoms, examples, and fixes. Use when reviewing code for quality issues, detecting bad patterns during plan-audit or scope, evaluating whether a pattern is an antipattern or acceptable tradeoff, or fixing existing code smells. Covers surprise, misuse, complexity, and premature antipattern categories with severity classification.

2026-02-24
code-naming
소프트웨어 개발자

Naming decisions for variables, functions, classes, constants, and APIs. Use when choosing names, reviewing naming quality, refactoring unclear names, or establishing naming conventions. Covers descriptive naming, naming as documentation, language-specific conventions, and common naming antipatterns.

2026-02-24
code-plan-audit
소프트웨어 품질 보증 분석가·테스터

Plan quality auditing with completeness scorecard, antipattern risk detection, and readiness checks. Use when auditing implementation plans, evaluating plan completeness, checking error handling strategy, assessing naming and readability pre-checks, reviewing testing strategy, evaluating tradeoff documentation, or running plan-audit on a software project. Covers the 10-point completeness scorecard, code quality pre-checks, antipattern risk assessment, and build-readiness decision.

2026-02-24
code-pruning
소프트웨어 개발자

Dead code detection strategies, safe removal processes, dependency pruning, and bloat metrics for systematically reducing codebase dead weight. Use when evaluating codebase health during architecture-audit, performing cleanup during cook, reviewing unused dependencies, removing commented-out code, or measuring code bloat.

2026-02-24
code-quality-foundations
소프트웨어 개발자

Code quality pillars, goals, abstraction layers, and tradeoff thinking. Use when evaluating code quality, setting quality goals, choosing abstraction levels, making design tradeoffs, or auditing code against quality pillars. Covers readability, modularity, testability, reusability, and the principle of least astonishment.

2026-02-24
code-readability
소프트웨어 개발자

Code readability patterns covering comments, function decomposition, nesting, naming conventions, and code structure. Use when evaluating whether code is easy to understand, deciding when and how to write comments, decomposing functions, reducing nesting depth, improving code structure, or reviewing code for readability. Covers comment strategy, function length, abstraction level mixing, nesting reduction, anonymous function readability, and making bad code visually obvious.

2026-02-24
code-review
소프트웨어 품질 보증 분석가·테스터

Code review process, effective feedback, PR best practices, team working agreements, review automation, AI-augmented review, and review antipatterns. Use when reviewing code, preparing PRs, giving review feedback, setting up review processes, writing review comments, or conducting code reviews during serve phase.

2026-02-24
code-scope-boundaries
소프트웨어 개발자

Project-level scope analysis for evaluating whether a project has exceeded its useful boundaries, needs splitting, or is experiencing scope creep. Use when evaluating project structure, considering whether to split a project, assessing feature belonging, or when projects feel too large or unfocused during brainstorm, scope, or architecture review. Covers cohesion test at project level, feature belonging assessment, scope creep detection, split-vs-keep decision framework, and safe splitting patterns.

2026-02-24
이 저장소에서 수집된 skills 13개 중 상위 8개를 표시합니다.
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다