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

pydantic-encryption

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

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

이 저장소의 skills

coordinate-repositories
소프트웨어 개발자

Coordinate one authorized task across a bounded collection of local repositories while preserving unrelated work. Use when a task spans repositories to apply a scoped change, run the same review or validation, or collect and merge information into one result.

2026-07-19
propagate-skill
소프트웨어 개발자

Propagate explicitly requested skills, rules, and their changes across the user's other local repositories, creating missing applicable copies while preserving repository-specific guidance. Use when the user invokes /propagate-skill or $propagate-skill alongside a skill or rule creation or update request.

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

Run code-simplify once across the whole selected pull-request target, then run code-review repeatedly, investigate and fix every legitimate functional finding, validate and push the fixes, and stop only after two consecutive rounds with no functional findings (or a third when the second also makes simplifications). Any functional finding resets that stabilization sequence. Use when asked to review-and-fix, keep reviewing until clean, or run a code review loop.

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

Review the complete pull-request diff for the current branch with high-signal review lenses and severity-rated findings. When that diff is empty, review commits this Codex session created or pushed instead. Establish or update the branch and draft PR when needed, report findings in chat by default, never post GitHub review comments directly, and never fix findings. Use when asked to review a PR, review current changes, or run /code-review.

2026-07-19
ci-watch
소프트웨어 개발자

Find and watch a GitHub pull request for review findings, investigate each finding, fix and push legitimate issues, and stop once checks are green and review threads are resolved. Use when asked to watch, monitor, poll, babysit, or keep checking a PR for review comments or automated review feedback.

2026-07-15
link-prs
소프트웨어 개발자

List the pull request URLs for every relevant pull request created or updated during the entire current session. Use when the user invokes /link-prs or $link-prs, or asks for links to pull requests created or updated during the session.

2026-07-15
link-repo
소프트웨어 개발자

List the repository web URLs for every repository changed during the entire current session. Use when the user invokes /link-repo or $link-repo, or asks for links to all repositories touched, modified, committed, pushed, or otherwise changed during the session.

2026-07-15
list-rules
기타 컴퓨터 관련 직업

List and reconcile canonical rules across a bounded collection of local repositories. Use when the user asks which rules repositories have, where they occur, or whether a shared rule has conflicting language.

2026-07-15
list-skills
기타 컴퓨터 관련 직업

List and reconcile canonical skills across a bounded collection of local repositories. Use when the user asks which skills repositories have, where they occur, or whether a shared skill has conflicting language.

2026-07-15
python-anti-patterns
소프트웨어 품질 보증 분석가·테스터

Common Python anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

2026-07-15
update-agents
기타 컴퓨터 관련 직업

Upsert `.agents` source-of-truth files for agents, skills, or rules based on user input.

2026-07-15
code-simplify
소프트웨어 품질 보증 분석가·테스터

Strictly review the branch's changes for reuse, simplification, abstraction quality, and maintainability, then fix the issues. An ambitious code-quality pass that hunts for structural simplifications (code-judo moves), giant files, and spaghetti-condition growth.

2026-06-15
refactor
소프트웨어 개발자

Run a large-scale, whole-repository refactor — code simplification, slop and code-smell removal, de-duplication, and cross-module consistency — with behavior preserved and uncertain changes escalated to the user. Use when asked to refactor the codebase, clean up at scale, or consolidate duplicated logic.

2026-06-12
python-error-handling
소프트웨어 개발자

Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing validation logic, designing exception strategies, handling batch processing failures, or building robust APIs.

2026-06-12