skill-forge

(★ 17)

Autonomous AI skill improvement through iterative experimentation — inspired by Karpathy's autoresearch. An agent mutates skill instructions, evaluates against objective metrics, keeps improvements, reverts regressions. No human in the loop.

파일 탐색기

  • .gitignore
  • conftest.py
  • index.html
  • index_de.html
  • index_en.html
  • LICENSE
  • pytest.ini
  • README.md
  • RELEASE_NOTES.md
  • SKILL.md
  • SKILLOPT_TRANSFER.md

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

compare

설명 보기 ▼

이 명령은 `magick compare`의 별칭입니다.

tldr magick compare

자세한 내용은 원본 명령을 참고하세요:

🔍

delta

설명 보기 ▼

Git 및 diff 출력 전용 뷰어.
관련 항목: `diff`, `difft`.
더 많은 정보: <https://dandavison.github.io/delta/full---help-output.html>.

delta {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

파일 또는 디렉터리 비교:

delta {{[-n|--line-numbers]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

줄 번호를 표시하여 파일이나 디렉터리를 비교:

delta {{[-s|--side-by-side]}} {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}

파일이나 디렉터리를 비교하여 차이점을 나란히 표시:

🔍

flake8

설명 보기 ▼

Python 코드의 스타일과 품질을 확인.
더 많은 정보: <https://flake8.pycqa.org/en/latest/user/options.html>.

flake8 {{path/to/file_or_directory}}

파일이나 디렉터리를 재귀적으로 린트:

flake8 --show-source {{path/to/file_or_directory}}

파일이나 디렉터리를 재귀적으로 린트하고 각 오류가 발생한 줄을 표시:

flake8 --ignore {{rule1,rule2,...}} {{path/to/file_or_directory}}

파일이나 디렉터리를 재귀적으로 린트하고 규칙 목록을 무시. (사용 가능한 모든 규칙은 flake8rules.com에서 찾을 수 있음):

🔍

python3

설명 보기 ▼

이 명령은 `python`의 별칭입니다.

tldr python

자세한 내용은 원본 명령을 참고하세요:

🔍

compact

설명 보기 ▼

NTFS 파티션의 파일 및 디렉터리 압축 상태를 확인하거나 변경.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/compact>.

compact

현재 디렉터리의 파일 압축 상태 표시:

compact /c {{path\to\file}}

지정한 파일 압축:

compact /u {{path\to\file}}

지정한 파일 압축 해제:

// repository documentation