{"id":49849450,"url":"https://github.com/zhutao100/applescript-development-skill","last_synced_at":"2026-05-14T14:06:49.242Z","repository":{"id":351640313,"uuid":"1210643976","full_name":"zhutao100/applescript-development-skill","owner":"zhutao100","description":"Agents Skill for reliable development, testing, and CI workflows for AppleScript automation projects (.applescript) on modern macOS","archived":false,"fork":false,"pushed_at":"2026-04-15T20:37:20.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T22:26:17.677Z","etag":null,"topics":["agents-skills","applescript","macos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhutao100.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-04-14T16:05:15.000Z","updated_at":"2026-04-15T20:37:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zhutao100/applescript-development-skill","commit_stats":null,"previous_names":["zhutao100/applescript-development-skill"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zhutao100/applescript-development-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutao100%2Fapplescript-development-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutao100%2Fapplescript-development-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutao100%2Fapplescript-development-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutao100%2Fapplescript-development-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhutao100","download_url":"https://codeload.github.com/zhutao100/applescript-development-skill/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhutao100%2Fapplescript-development-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33028212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents-skills","applescript","macos"],"created_at":"2026-05-14T14:06:44.020Z","updated_at":"2026-05-14T14:06:49.201Z","avatar_url":"https://github.com/zhutao100.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppleScript Development Skills (macOS 15 / macOS 26+)\n\nThis repository packages an **Agent Skills / Codex Skills** bundle for **reliable AppleScript automation development and testing** on **modern macOS** (macOS 15 “Sequoia”, macOS 26 “Tahoe”, and forward).\n\nThe primary deliverable is the skill folder:\n\n- [`applescript-development/`](./applescript-development/) — step-by-step workflow plus **ready-to-run scripts** and **ready-to-install assets** for scaffolding, building, and testing `.applescript` projects.\n\n## Install\n\n### Option A: Repo-scoped (recommended for a specific project)\n\nCopy or symlink the skill folder into your repo’s `.agents/skills/`:\n\n```sh\nmkdir -p .agents/skills\ncp -R applescript-development .agents/skills/\n# or: ln -s \"$(pwd)/applescript-development\" .agents/skills/applescript-development\n```\n\n### Option B: User-scoped (available everywhere)\n\n```sh\nmkdir -p ~/.agents/skills\ncp -R applescript-development ~/.agents/skills/\n```\n\nCodex will discover the skill automatically; restart Codex if it doesn’t show up.\n\n## Quick start (scaffold a reliable AppleScript project)\n\nFrom the destination repository (or an empty folder), run:\n\n```sh\n/path/to/applescript-development/scripts/install_template.sh --dest .\n```\n\nThis installs a small project layout with:\n\n- `src/` plain-text `.applescript` sources\n- `scripts/` build + test helpers\n- `tests/unit/` unit-ish golden-output tests (CI-friendly)\n- optional `.github/workflows/ci.yml` for **compile + unit tests**\n\n## What’s inside\n\n- **`applescript-development/SKILL.md`**: executive workflow for agents.\n- **`applescript-development/references/REFERENCE.md`**: deeper details (TCC/Automation, CI strategies, UI scripting reliability, signing/entitlements pointers).\n- **`applescript-development/scripts/`**: ready-to-run utilities agents can invoke directly.\n- **`applescript-development/assets/`**: ready-to-copy templates installed by the scripts.\n\n## License\n\nMIT — see [`LICENSE`](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutao100%2Fapplescript-development-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhutao100%2Fapplescript-development-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhutao100%2Fapplescript-development-skill/lists"}