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

tupe12334

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

수집된 skills
88
저장소
6
업데이트
2026-07-02
저장소 탐색

저장소와 대표 skills

이 저장소에서 수집된 skills 54개 중 상위 8개를 표시합니다.
collect-info
고객 서비스 담당자

Guides the user through a step-by-step interview to gather all information needed to file an Israeli tax refund (החזר מס / Form 135). Use when the user wants to start a tax refund claim, collect their tax data, or fill in their Form 106 details.

2026-04-19
donation-receipts
보험 청구·증권 처리 사무원

Guides the user through claiming a tax refund for charitable donations (תרומות) made to Israeli approved organizations (עמותות מאושרות לפי סעיף 46). Collects donation receipts, validates them, updates the filer data file, and explains the online submission process via the Misim portal. Run this as part of the collect-info flow, or standalone before form-fill.

2026-04-19
gmail-import
소프트웨어 개발자

Scans the user's Gmail for Israeli tax-relevant documents (Form 106 / טופס 106, Form 867 / טופס 867, National Insurance certificates, donation receipts, pension statements) and extracts pre-fill data for the tax refund interview. Run this before collect-info to auto-populate known fields.

2026-04-16
hapoalim-import
소프트웨어 개발자

Uses Playwright to log in to Bank Hapoalim (בנק הפועלים) online banking and extract Form 867 (אישור ניכוי מס שנתי) data for a given tax year. Run this during the collect-info flow to auto-populate investment income fields. Requires the Playwright MCP server to be configured.

2026-04-16
tax-refund
세금 신고 대리인

Main orchestrator for the Israeli tax refund process. Guides the user end-to-end through all phases: data collection, authentication, and form submission. Start here when the user wants to file a tax refund.

2026-04-16
bank-import
소프트웨어 개발자

Opens the user's Israeli bank portal via Playwright and automatically extracts branch and account numbers for the tax refund deposit. Run during the collect-info flow to auto-populate the bank account section (Step 9). Requires the Playwright MCP server.

2026-04-16
form106-import
소프트웨어 개발자

Uses Playwright to log in to the Israeli Tax Authority (Misim) portal and retrieve every available Form 106 (טופס 106) employer salary certificate. Defaults to importing ALL years the portal exposes (usually 2017 forward, up to 9 years) in a single run — downloads each PDF and extracts fields 158, 042, 045, 218, employer name/ID, and months worked. Accepts an optional year filter for a single year or subset. Run during the collect-info flow to auto-populate the employment income section across multiple years in one pass.

2026-04-16
idf-service
은행 출납원

Fetches IDF mandatory service record from the IDF certificates portal (ishurim.prat.idf.il) to extract service start and discharge dates, calculate total service length, and determine tax credit eligibility. Run during the collect-info flow to auto-populate the military service section (Step 7c). For reserve duty (מילואים) income, use the miluim-import skill instead.

2026-04-16
이 저장소에서 수집된 skills 13개 중 상위 8개를 표시합니다.
work-daily
프로젝트 관리 전문가

Generate a personal daily work summary. Aggregates calendar meetings, Fathom recordings, GitHub commits and PRs, Jira tickets, Slack highlights, and key emails into one structured digest for any given day.

2026-07-02
work-calendar
임원 비서 및 행정 보좌관

Fetch Google Calendar events for a given work day. Usable standalone or as a subagent from work-daily.

2026-05-11
work-fathom
소프트웨어 개발자

Fetch Fathom meeting recordings with AI summaries and action items for a given work day. Usable standalone or as a subagent from work-daily.

2026-05-11
work-github
소프트웨어 개발자

Fetch GitHub commits and PRs (authored + reviewed) for a given work day. Usable standalone or as a subagent from work-daily.

2026-05-11
work-gmail
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Fetch key Gmail emails (sent and received important) for a given work day. Usable standalone or as a subagent from work-daily.

2026-05-11
work-identity
소프트웨어 개발자

Resolve the authenticated user's identity for all work integrations. Reads from info.md when available, resolves remaining fields dynamically, caches results back to info.md. Returns a structured IDENTITY_RESULT block. Usable standalone or called in parallel from work-daily.

2026-05-11
work-jira
소프트웨어 개발자

Fetch Jira tickets updated on a given work day for the current user in the Guidde Atlassian workspace. Usable standalone or as a subagent from work-daily.

2026-05-11
work-slack
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Fetch Slack highlights (messages sent and mentions received) for a given work day. Usable standalone or as a subagent from work-daily.

2026-05-11
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
eligibility
변호사

Determines whether the user qualifies for an Israeli handgun license (רישיון לנשיאת אקדח) and identifies the applicable eligibility category under Israeli firearms law. Run this as Phase 1 of the gun-license flow, or standalone when the user wants to check if they qualify.

2026-04-20
apply
일반 사무원

Fills and submits the handgun license application form on the gov.il portal using the saved applicant data file. Run as Phase 4 of the gun-license flow, after the login skill has authenticated the user. Requires the Playwright MCP server and an active authenticated session.

2026-04-20
collect-info
일반 사무원

Guides the user through a step-by-step interview to gather all information needed to apply for an Israeli handgun license (רישיון לנשיאת אקדח). Saves data to ./data/<id>/applicant.md. Run as Phase 2 of the gun-license flow, after eligibility has been confirmed.

2026-04-20
gun-license
일반 사무원

Main orchestrator for the Israeli handgun license application process. Guides the user end-to-end through eligibility check, data collection, portal login, and application submission. Start here when the user wants to apply for a gun license.

2026-04-20
login
일반 사무원

Opens the gov.il portal via Playwright and guides the user through authentication using their Israeli ID and OTP. Run this as Phase 3 of the gun-license flow, after collect-info has saved the applicant data file. Requires the Playwright MCP server.

2026-04-20
status-check
소프트웨어 개발자

Checks the status of a submitted handgun license application on the gov.il portal. Requires the Playwright MCP server and saved applicant data with a reference number.

2026-04-20
저장소 6개 중 6개 표시
모든 저장소를 표시했습니다