Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pyclaudefig

pyclaudefig에는 libertininick에서 수집한 skills 24개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
24
Stars
0
업데이트
2026-04-09
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

docstring-conventions
소프트웨어 개발자

Google-style docstring conventions for Python code. Apply when writing or reviewing functions, classes, or modules that need documentation.

2026-04-09
naming-conventions
소프트웨어 개발자

Python naming conventions for this codebase. Apply when writing or reviewing Python code including functions, classes, variables, and constants.

2026-03-06
type-hints
소프트웨어 개발자

Python type hint conventions for this codebase. Apply when writing or reviewing Python code that needs type annotations on functions, classes, or variables.

2026-03-06
pythonic-conventions
소프트웨어 개발자

Essential Pythonic idioms and conventions. Apply when writing or reviewing Python code to ensure idiomatic patterns like comprehensions, built-in functions, context managers, and unpacking.

2026-03-06
code-organization
소프트웨어 개발자

Python code organization conventions for this codebase. Apply when structuring modules, organizing imports, designing file layouts, or moving functions/classes within or between files. Use PROACTIVELY when users request to check code organization, move code, or clean up and reorganize a module.

2026-03-06
complexity-refactoring
소프트웨어 개발자

Refactoring complex functions into smaller, pure helper functions. Apply when function complexity is exceeded or when extracting helper functions during refactoring. If tasked with fixing ruff lint errors related to complexity, ALWAYS trigger this skill.

2026-02-18
plan-template
소프트웨어 개발자비서 및 행정 보조원(법률, 의료 및 임원 제외)

Implementation plan templates with format specifications, validation criteria, and examples. Use when creating plans for features, bug fixes, or refactoring. Provides the complete plan structure and writing guidance.

2026-02-18
run-python-safely
소프트웨어 개발자

Execute Python code safely by checking for dangerous operations first. ALWAYS use when running agent-generated Python code.

2026-02-18
skill-template
소프트웨어 개발자

Skill structure, frontmatter options, and writing guidelines. Reference for creating Claude Code skills.

2026-02-18
test-writing
소프트웨어 품질 보증 분석가·테스터

Pytest testing conventions for this codebase. Apply when writing or reviewing tests including test naming, structure, fixtures, and parametrization.

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

Run code validation checks (lint, format, type, docstring, doctest, test). Use when validating code quality after writing or modifying Python code.

2026-02-18
validate-manifest
소프트웨어 개발자

Validate .claude/manifest.json structure and references. Apply after modifying the manifest to ensure correctness.

2026-02-18
write-markdown-output
소프트웨어 개발자

Write content to a timestamped markdown file. Use when agents need to save plans, reviews, or other outputs.

2026-02-18
class-design
소프트웨어 개발자

Python class design conventions for this codebase. Apply when writing or reviewing classes including interfaces, inheritance, composition, and attribute access.

2026-02-12
data-structures
소프트웨어 개발자

Python data structure conventions for this codebase. Apply when choosing between Pydantic models, dataclasses, and other data containers or reviewing data structure design choices.

2026-02-12
explore-project
소프트웨어 개발자

Explore project structure to understand layout, packages, and key files. Use when you need context about how the project is organized.

2026-02-12
fetch-docs
소프트웨어 개발자

Fetch framework documentation when uncertain about APIs. Use when you need up-to-date docs for approved frameworks.

2026-02-12
frameworks
소프트웨어 개발자

Approved frameworks and libraries for this codebase. Apply when selecting libraries, checking if a framework is approved, or fetching documentation for approved tools.

2026-02-12
function-design
소프트웨어 개발자

Python function design conventions for this codebase. Apply when writing or reviewing functions including signatures, parameters, return types, and async patterns.

2026-02-12
maintainability
소프트웨어 품질 보증 분석가·테스터

Maintainability assessment criteria for code review. Apply when evaluating code for readability, change tolerance, hidden assumptions, and debuggability.

2026-02-12
pr-description-template
소프트웨어 개발자

PR description templates with format specifications and examples. Use when generating PR descriptions. Provides the complete PR structure and writing guidance.

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

Code review output templates with format specifications and severity guidance. Use when generating code reviews. Provides the review structure and quality bar.

2026-02-12
test-quality
소프트웨어 품질 보증 분석가·테스터

Test quality assessment criteria for reviewing tests. Apply when evaluating tests for substantive coverage, organization, maintainability, and realistic test data variety.

2026-02-12
testability
소프트웨어 품질 보증 분석가·테스터

Testability assessment criteria for code review. Apply when writing new code that will be tested or evaluating code for dependency injection, global state, pure functions, and test seams.

2026-02-12