Atsushi Morimoto
Community@74th · Japan
twitter: @74th
Agent Skills by Atsushi Morimoto
Showing 12 vetted skills indexed across 1 GitHub repositories.
what-is-pentelpantel
Explains the Pentelpantel split custom keyboard created by 74th.
configuration-probe
Verifies self-hosted agent sessions loaded their configured skill and MCP server.
openspec-apply-change
Implement tasks from an OpenSpec change using the openspec CLI.
openspec-explore
Explores ideas and clarifies requirements in OpenSpec projects without implementing code.
openspec-update-change
Revises existing OpenSpec change planning artifacts and keeps them coherent with each other.
openspec-archive-change
Archives completed OpenSpec changes and syncs delta specs into main specs.
openspec-propose
Generates complete OpenSpec change proposals with specs, design, and tasks artifacts.
openspec-sync-specs
Sync delta specs from an OpenSpec change into main specs without archiving.
バスの時刻表
Answers bus departure and arrival times between Maruyamadai 3-chome and Wakoshi Station.
how-to-search-weather
Queries the weather_search tool using prefecture-prefixed Japanese municipality names.
container-probe
Report the container environment marker, hostname, and working directory of the current session.
container-toolchain
Documents available CLI tools bq, gcloud, and uv inside the container environment.
Frequently Asked Questions About Atsushi Morimoto
FAQPage SchemaWhat tasks can I perform using 74th's skills?▼
You can run the full OpenSpec change lifecycle: propose a change with design, specs, and tasks; explore ideas; implement tasks; update planning artifacts; sync delta specs to main specs; and archive completed changes. Additional skills cover weather lookup, bus timetables, and container environment probing.
Who are these skills intended for?▼
Developers practicing spec-driven development with OpenSpec benefit most, since seven skills map to its propose-explore-apply-update-sync-archive lifecycle. The container-probe, configuration-probe, and container-toolchain skills suit engineers debugging self-hosted or containerized sessions, while the Japanese-language skills serve personal daily use.
What are the prerequisites and dependencies?▼
The seven OpenSpec skills explicitly require the openspec CLI and invoke it through Bash(openspec:*) commands. The container-toolchain skill assumes bq, gcloud, and uv are installed in the container. The probe and personal-information skills declare no external dependencies in their frontmatter.
Are these skills open source and what do they cost?▼
The OpenSpec skills carry an MIT license as declared in their native frontmatter, so they are free to use, modify, and redistribute. The remaining skills (probes, weather, bus timetable, toolchain) specify no license in the manifest; they are published publicly on the author's GitHub account at no cost.
How do the OpenSpec skills work together in practice?▼
Start with openspec-propose to generate a complete proposal, or openspec-explore to clarify requirements first. Then openspec-apply-change implements the tasks, openspec-update-change revises planning artifacts, openspec-sync-specs merges delta specs into main specs, and openspec-archive-change finalizes the completed change.