Skip to main content

bj112233/governor-edr

SkillsMP는 bj112233/governor-edr에서 24개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

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

이 저장소의 skills

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

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

Update docs/ARCHITECTURE.md (and conceptual_repo/ARCHITECTURE.md if it references the same facts) after a significant commit, then commit atomically as docs(arch)

원문 언어: 영어

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

Create a git commit following the project's conventional-commit format, then auto-trigger the arch-update skill for the separate atomic docs(arch) commit when the change is significant. Enforces AGENTS.md §4 (atomic docs commit, never bundled into code).

원문 언어: 영어

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

Capture a new lesson in tasks/lessons.md after a user correction or a mistake discovered, following the established entry format

원문 언어: 영어

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

Read tasks/lessons.md and surface lessons relevant to the current task or recent changes

원문 언어: 영어

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

Write or refresh tasks/todo.md at the start of a non-trivial task, after reading tasks/lessons.md. Enforces global_rules §1 (Plan First) and AGENTS.md §4 (Plan: tasks/todo.md + tasks/lessons.md).

원문 언어: 영어

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

After a refactor that reduced complexity or violations, tighten the ratchet baselines (.xenon.yml, .cognitive_baseline.txt, .coverage_baseline.txt, .file_length_baseline.txt) to lock in the gain

원문 언어: 영어

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

צ'קליסט לפני קומיט קונפיג, יצירת ZIP, פרסום, או שיתוף קבצים עם גורם חיצוני

원문 언어: 히브리어

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

Run project verification gates (lint-gate --fast + targeted pytest -x) and summarize status

원문 언어: 영어

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

כללי עבודה ב-PowerShell/Windows עבור tactical_bot — מונע שגיאות `&&`, נתיבים, ושימוש ב-venv

원문 언어: 히브리어

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

Cryptographic utilities — hashing, base64, JWT decode/verify, password hashing (argon2id/bcrypt/scrypt/pbkdf2), encryption (Fernet/AES-GCM/ChaCha20), key derivation (PBKDF2/HKDF/scrypt), password generation, UUIDs, HMAC. NOT for cryptocurrency prices — use…

원문 언어: 영어

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

FASTEST tool for exchange rates + currency conversion, including crypto (BTC, ETH, USDT). Use this for any price question: 'כמה שווה ביטקוין', 'שער דולר', 'המר 100 יורו לשקל'. Sources: Frankfurter/ECB, exchangerate-api.com, fawazahmed0 (crypto). No API key.…

원문 언어: 판별 불가

업데이트
직업 분류
정보 보안 분석가
설명

Phishing & email forensics analysis. Parses .eml (Python stdlib) and .msg (Outlook, via extract-msg) files. Extracts SPF/DKIM/DMARC verdicts from Authentication-Results headers, parses the Received routing chain (who sent to whom, hops, timestamps), and…

원문 언어: 판별 불가

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

Analyze local files via scripts/file_analyst.py. Actions — summarize/contract/datasheet/extract/stats for PDF/DOCX/CSV/XLSX/TXT/JSON/MD; ocr/ocr_translate for images (jpg/png/webp/bmp/tiff) AND scanned PDFs (Tesseract 5.x); pdf_to_md for PDF→Markdown…

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Windows Firewall management — block / unblock IPs and ports, list active blocks, query drop events from pfirewall.log, and aggregate stats. Wraps `netsh advfirewall`. Trigger when user asks חסום, חסימה, block, unblock, שחרור, חומת אש, firewall, drops, drop…

원문 언어: 영어

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

Address ↔ coordinates + distance + traffic-aware routing. Uses Nominatim (OSM, free) + HERE API (30K/month free tier, includes real-time traffic). Commands: 'scripts/geocode.py forward --address "רחוב הרצל 1, תל אביב"', 'scripts/geocode.py reverse --lat 32.08…

원문 언어: 판별 불가

업데이트
직업 분류
정보 보안 분석가
설명

Threat intelligence enrichment for IPs, domains, file hashes — combines AbuseIPDB, Maltiverse (classification + tags), DNS, WHOIS, ipapi.co (HTTPS geolocation + proxy/VPN/TOR detection), Shodan (ports, CVEs, OS), and VirusTotal (community votes, tags,…

원문 언어: 다국어 혼합

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

Live news scraping from RSS feeds with optional AI summarization, sentiment analysis, and story clustering. Do NOT use CLI flags. Pass exactly ONE compacted JSON string matching the NewsMonitorArgs schema. Pre-configured topics — economy_il / news_il / cyber…

원문 언어: 영어

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

Streaming PCAP/network capture analysis for IOC extraction. Parses DNS queries (UDP/53) and TLS SNI (TCP/443) from .pcap/.pcapng files using scapy's PcapReader generator (never loads full capture into RAM — OOM-hardened with 50MB file gate). Extracts unique…

원문 언어: 판별 불가

업데이트
직업 분류
정보 보안 분석가
설명

Windows persistence mechanism scanner. Scans all autorun vectors: Registry Run/RunOnce keys (T1547.001), Startup folders (T1547.004), Scheduled Tasks (T1053.005), and WMI Event Subscriptions (T1546.003). Filters Microsoft-signed noise by default (reduces ~80…

원문 언어: 히브리어

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

Generate reports via scripts/report_maker.py. Use command 'python', args 'scripts/report_maker.py --input <file_or_json> --format markdown --output <file>'. The --input value can be either (a) a path to an existing file, or (b) a valid inline JSON string.…

원문 언어: 영어

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

Stock DEPTH analysis only: Volume, 52-Week High/Low, Market Cap, P/E, news, watchlist. Use ONLY when user needs detailed stock metrics — NOT for simple price questions (use currency-skill for those). Sources: Finnhub (real-time US, 60/min) when…

원문 언어: 영어

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

Translate text between languages via multi-backend fallback (opus-mt → MyMemory → deep-translator → LibreTranslate). All free, no API key. opus-mt is offline (MIT, best Hebrew BLEU) for en↔he; other pairs use online backends. Command 'python', args…

원문 언어: 히브리어

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

Live weather forecast in Hebrew via Open-Meteo (free, no API key). Command 'python', args 'scripts/weather.py --location <city_he_or_en>' or 'scripts/weather.py --lat X --lon Y'. Default location is Tel Aviv. Returns current temp + 7-day forecast in Hebrew.…

원문 언어: 영어

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

Web scraping via scripts/web_scraper.py. Use command 'python', args 'scripts/web_scraper.py fetch --url <url> --selector <css>', or 'scripts/web_scraper.py price --url <url> --selector <css> --threshold <N>', or 'scripts/web_scraper.py table --url <url>…

원문 언어: 영어

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