{"id":51013240,"url":"https://github.com/ayghri/i-have-adhd","last_synced_at":"2026-06-21T06:30:32.561Z","repository":{"id":357691903,"uuid":"1238120057","full_name":"ayghri/i-have-adhd","owner":"ayghri","description":"Claude Code skill to stop it from burying the answer. ADHD-friendly output.","archived":false,"fork":false,"pushed_at":"2026-05-13T21:15:50.000Z","size":18,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-13T23:18:46.367Z","etag":null,"topics":["adhd","claude-","claude-code-plugin","claude-skills","developer-tools","productivity"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ayghri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-05-13T20:42:06.000Z","updated_at":"2026-05-13T23:09:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ayghri/i-have-adhd","commit_stats":null,"previous_names":["ayghri/i-have-adhd"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ayghri/i-have-adhd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayghri%2Fi-have-adhd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayghri%2Fi-have-adhd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayghri%2Fi-have-adhd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayghri%2Fi-have-adhd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ayghri","download_url":"https://codeload.github.com/ayghri/i-have-adhd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ayghri%2Fi-have-adhd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34597337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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":["adhd","claude-","claude-code-plugin","claude-skills","developer-tools","productivity"],"created_at":"2026-06-21T06:30:31.031Z","updated_at":"2026-06-21T06:30:32.555Z","avatar_url":"https://github.com/ayghri.png","language":"Shell","funding_links":[],"categories":["Python","⭐ 精选第三方技能","Source Catalog","Productivity and Communication Skills"],"sub_categories":["🤖 AI Agent"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./logo.png\" alt=\"i-have-adhd\" width=\"140\" /\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cstrong align=\"center\"\u003eADHD-friendly outputs. No ADHD diagnosis needed!\u003c/strong\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/ayghri/i-have-adhd?style=flat\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Install\n\n```bash\ngit clone https://github.com/ayghri/i-have-adhd ./i-have-adhd\nclaude plugin marketplace add ./i-have-adhd\nclaude plugin install i-have-adhd@i-have-adhd\n```\n\nIn Claude Code: `/i-have-adhd`.\n\nTo disable: `claude plugin disable i-have-adhd` or use `/plugin disable i-have-adhd` from within CC.\n\nMore in [INSTALL.md](./INSTALL.md).\n\n## What it does\n\nA Claude Code skill that stops burying the answer. Action first. Steps numbered. No \"Hope this helps!\"\n\n\n## What changes\n\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"50%\"\u003e\n\n## Before\n\n\u003e Great question! Let me think about this. Your auth flow has a few moving pieces: the middleware, the token verification, and the cookie handling. Looking at `src/auth.ts`, the `verifyToken` function (around lines 42-58) seems to be using an older `jsonwebtoken` API. One approach would be to update the package and rewrite that function. After making the change, you'd want to run the auth tests to confirm nothing breaks. By the way, you might also want to look at your dependency versions overall. Hope this helps! Let me know if you want to dig deeper.\n\n\u003c/td\u003e\n\n\u003ctd width=\"50%\"\u003e\n\n## After\n\n\u003e Run `npm install jsonwebtoken@latest`, then edit `src/auth.ts:42`.\n\u003e\n\u003e 1. Open `src/auth.ts`\n\u003e 2. Replace `verifyToken` (lines 42–58) with the snippet below\n\u003e 3. Run `npm test -- auth.spec.ts`\n\u003e\n\u003e Next: paste the first failing line if any test fails.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\n## The rules\n\n10 rules. Full text in [SKILL.md](./skills/i-have-adhd/SKILL.md).\n\n1. Lead with the next action.\n2. Number multi-step tasks.\n3. End with one concrete next step.\n4. Suppress tangents.\n5. Restate state every turn.\n6. Specific time estimates (minutes, not \"a bit\").\n7. Make wins visible.\n8. Matter-of-fact errors.\n9. Cap lists at 5 items.\n10. No preamble. No recap. No closers.\n\n## Tune it\n\nEdit `skills/i-have-adhd/SKILL.md`. Re-invoke `/i-have-adhd`.\n\n## Credits\n\nLoosely based on *The Adult ADHD Tool Kit* by J. Russell Ramsay and Anthony L. Rostain. Adapted for how an LLM should respond, not how a human should organize their day.\n\n## License\n\nMIT.\n\nStar ⭐ if it saved you one scroll past one \"Great question!\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayghri%2Fi-have-adhd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fayghri%2Fi-have-adhd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fayghri%2Fi-have-adhd/lists"}