Adam Drew
Community@adamrdrew · Garner, NC
Pushing bits for Red Hat in North Carolina.
Agent Skills by Adam Drew
Showing 39 vetted skills indexed across 2 GitHub repositories.
zip-code-to-lat-and-long
Convert US ZIP codes to latitude and longitude via free geocoding APIs.
read-memory
Parse memory.md key-value entries and return specific or all keys.
update-memory
Upsert key-value entries into an existing memory.md file.
create-memory
Create memory.md with a standard header and entries section when missing.
weather-api
Fetch weather forecasts from the Open-Meteo API using latitude and longitude.
list-skills
List available skills with names and descriptions from the skills manifest directory.
get-local-weather
Fetch a 7-day weather forecast from Open-Meteo using a zip_code from memory.
notes-delete
Delete a specified note file and synchronize the notes index.
notes-read
Read the latest note content from a configured notes database.
notes-add
Create or update topic-based notes in a local notes database.
notes-list
List all notes with topics and descriptions from the database.
skill-create
Automate Claude Code skill creation with directory scaffolding and SKILL.md generation.
skills-list
List available skills with names and descriptions from SKILL.md.
db-list
List database documents with topics and descriptions from the index.
db-delete
Delete a document from the database and update its index.
db-verify
Verify database directory existence and index file structure.
db-upsert
Upsert topic-based documents and synchronize the central index in a database.
db-init
Create a database directory and empty index.md file idempotently.
db-read
Search the database index, read matched documents, and synthesize cited answers.
get-phase-status
Parse Ushabti progress.yaml files to report phase statuses and step counts.
describe-agent-roles
Define and enforce agent role responsibilities and boundaries for software projects.
describe-phase-directory-structure
Define and enforce standardized phase directory layouts for Ushabti projects.
describe-phase-file
Define and enforce the required structure for phase.md files.
describe-progress-file
Manage structure and ownership of progress.yaml for phase tracking.