Tausif Ahmed, ২৮, CUET CSE ২০১৯ batch। চট্টগ্রামের আগ্রাবাদ-এ ছোট্ট এক flat থেকে US + EU client-দের জন্য full-stack work করেন — Upwork rate $45/ঘণ্টা, monthly take-home প্রায় $3,200। ২০২৬-এর জানুয়ারিতে Anthropic যখন Claude Skills feature launch করলো, Tausif প্রথমে skeptical: "আরেকটা feature, hype বেশি কাজ কম।" কিন্তু এক সপ্তাহ পর তাঁর Notion-এ লেখা: "প্রতি client deliverable-এ আমি ৪০ মিনিট repetitive setup-এ নষ্ট করতাম — context paste, instruction copy, format remind। Skills দিয়ে সেটা ৮ মিনিটে নেমেছে।"
Tausif-এর জন্য Skills কেন গেম-চেঞ্জার: তিনি ৬ ধরনের client serve করেন — SaaS startup (React), e-commerce (Shopify+Node), agency (WordPress custom), AI startup (Python/FastAPI), Bangladeshi corporate (legacy PHP), এবং personal blog (Bangla content)। প্রতিটার আলাদা coding convention, আলাদা tone, আলাদা invoice template। Skills আসার আগে প্রতি project switch-এ Claude-কে ১৫-২০ মিনিট "re-train" করতে হত — context dump, style guide, expected output format। এখন একটা slash command, কাজ শুরু।
এই article-এ আমরা Tausif-এর exact workflow দেখব — কীভাবে তিনি ১২টা personal Skill তৈরি করেছেন, মাসে ২৫-৩০ ঘণ্টা সময় বাঁচাচ্ছেন, এবং কোন Skill কোন client-এর জন্য use করছেন। গাইডটা step-by-step, BD developer + creator-দের জন্য optimized।
Claude Skills হলো Anthropic-এর একটা reusable workflow unit — যেখানে আপনি custom instructions, optional tools, এবং knowledge files একসাথে bundle করে একটা "Skill" হিসেবে save করতে পারেন। প্রতিবার নতুন chat শুরু করে context paste করার বদলে, slash command (যেমন /bangla-blog-outliner) দিয়ে instant invoke করা যায়, অথবা keyword trigger দিয়ে auto-activate হয়।
Tausif-এর ভাষায়: "Custom GPT-এর মতো, কিন্তু developer-friendly। JSON বা YAML-এ define করা যায়, version control-এ রাখা যায়, team-এ share করা যায়। Skills launch হয়েছে ২০২৬-এর January-তে, এবং দু'মাসেই আমার সব repetitive workflow-এ এটা integrate করে ফেলেছি।"
প্রতিটা Skill-এ চারটা core component থাকে:
অনেকেই confused — Projects আর Skills কি একই জিনিস? উত্তর: না। দুটো complementary, কিন্তু purpose ভিন্ন।
| Feature | Projects | Skills |
|---|---|---|
| Purpose | Long-running workspace (একটা client বা book) | Reusable task pattern (প্রতিবার একই কাজ) |
| Scope | Multi-conversation context | Single-conversation enhancement |
| Invocation | Project-এ ঢুকে chat শুরু | /skills command বা auto-trigger |
| Knowledge files | PDF, docs upload | Style guides, conventions |
| Sharing | Personal বা team | Team বা org-wide library |
| Best use | Ongoing project memory | Repeatable workflow trigger |
Tausif-এর rule of thumb: "যদি একই কাজ মাসে ৩+ বার করি, সেটা Skill। যদি একটা client নিয়ে দীর্ঘ relationship চলে, সেটা Project। দু'টাই একসাথে use করি — Project-এর ভেতরে Skill invoke করা যায়।"
Pro tier ($20/মাস) থেকে Skills feature available। Tausif প্রথম Skill তৈরি করেছিলেন "Bangla blog post outliner" — এই same process follow করে আপনি যেকোনো workflow build করতে পারবেন।
Left sidebar-এ "Skills" tab। "Create Skill" button-এ click। ম্যানুয়ালি define করতে পারেন, অথবা existing Claude conversation থেকে "Convert to Skill" option use করতে পারেন — যেটা Tausif-এর সবচেয়ে favorite shortcut।
Name short + searchable (kebab-case best)। Description-এ specify করুন কখন এই Skill activate হওয়া উচিত — "Use when user asks for Bangla blog outline with 5-7 H2 sections and BD audience"। এই description-ই Claude-এর auto-trigger detection logic।
এটাই Skill-এর হৃদয়। Tausif-এর template structure: (১) Role definition, (২) Output format spec, (৩) Do's, (৪) Don'ts, (৫) Example output। ৩০০-৬০০ word ideal — খুব short হলে context কম, খুব long হলে token waste।
Style guide PDF, code convention markdown, brand voice document — সব upload। Skill activate হলে Claude এগুলো implicit reference করতে পারে। Tausif-এর React reviewer Skill-এ তাঁর কোম্পানির ১৪-page coding standards doc attached।
Tausif-এর library থেকে বাছাই করা ছয়টা Skill — প্রতিটার specific use case + measurable time savings সহ।
Trigger: "outline a Bangla blog post on X" বা slash command /bangla-blog-outliner। Output: H1 + ৫-৭টা H2 + প্রতি section-এ ৩টা bullet point + suggested word count + SEO keyword placement। Knowledge file: Tausif-এর personal SEO checklist + BD audience persona doc। Time saved: Per outline ১৫ মিনিট → ২ মিনিট।
Trigger: /invoice-bd। Input: Client name, project description, hours, rate। Output: Professional invoice (USD), Wise transfer instructions, NBR-friendly format BDT equivalent সহ, payment terms "Net 15"। Knowledge file: Tausif-এর business address + Trade License number + Wise account details। Time saved: Per invoice ২০ মিনিট → ৩ মিনিট।
Trigger: Paste React code। Knowledge file: Tausif-এর coding standards markdown (TypeScript strict, no default exports, Tailwind-only styling, hooks placement rule, error boundary requirement)। Output: Line-by-line review, severity flag (critical/warning/nit), suggested fix code। Time saved: Per code review ৩০ মিনিট → ৭ মিনিট।
Trigger: /translate-brand। Use case: US client-এর English marketing copy → Bangla, কিন্তু client-specific tone preserved। Knowledge file: প্রতি client-এর brand voice doc (formal/casual/playful)। Output: Translated copy + cultural adaptation note + idiom localization। Time saved: Per 500-word translation ৪৫ মিনিট → ১০ মিনিট।
Trigger: Paste Python file। Output: Module-level docstring, function-level docstrings (Google style), README.md draft, usage examples, type hints suggestion। Knowledge file: Tausif-এর preferred docstring template + project structure convention। Time saved: Per script ২৫ মিনিট → ৫ মিনিট।
Trigger: Paste GitHub issue text। Output: Severity rating (P0/P1/P2/P3), reproduction steps gap-analysis, suspected root cause area, suggested clarifying questions to ask user, related code file guess। Knowledge file: Codebase architecture overview। Time saved: Per triage ১৫ মিনিট → ৩ মিনিট।
Tausif solo freelancer হলেও, একটা ছোট agency-র সাথে part-time collaborate করেন (চট্টগ্রামের 'CodeCanvas BD', ৪ জনের team)। Skills-এর Team plan feature এখানে অসামান্য।
Tausif-এর agency-তে এখন ১৮টা shared Skill — review checklist থেকে শুরু করে client communication template পর্যন্ত। নতুন junior developer join হলে তাঁকে আর "কোম্পানির style কী" আলাদা করে teach করতে হয় না — Skills auto-trigger করে।
Skills powerful, কিন্তু perfect না। Tausif-এর শেখা lessons:
Claude Skills সবার জন্য না। যদি আপনি ChatGPT-এ মাঝে মাঝে এক-দুটো প্রশ্ন করেন, এটা overkill। কিন্তু আপনি যদি Tausif-এর মতো repeatable creative বা technical workflow চালান, Skills literal "force multiplier"। বাংলাদেশী context-এ specifically যাঁদের জন্য Skills game-changer: Upwork/Fiverr freelancer যাঁরা multiple client serve করেন, agency owner যাঁদের team-এ consistency দরকার, content creator যাঁরা একই format-এ বারবার output করেন (newsletter, blog, social), এবং BD startup founder যাঁরা small team-এ অনেক hat পরেন।
Tausif-এর শেষ কথা: "Skills আমার freelancing career-এ Claude Pro subscription-এর ROI ১০x করেছে। মাসে $20 খরচ, ২৫+ ঘণ্টা সাশ্রয় — সেই সময়ে আমি extra $1,000+ earn করি, বা পরিবারের সাথে কাটাই। দু'টাই win।" আজই claude.ai-এ Pro tier subscribe করে আপনার সবচেয়ে frequent repeatable task দিয়ে প্রথম Skill তৈরি করুন — দু'সপ্তাহেই difference টের পাবেন।
Pro tier ($20/মাস) থেকে Skills feature available। Tausif প্রথম Skill তৈরি করেছিলেন "Bangla blog post outliner" — এই same process follow করে আপনি যেকোনো workflow build করতে পারবেন। Step 1: claude.ai-এ Skills section-এ যান Left sidebar-এ "Skills" tab। "Create Skill" button-এ click। ম্যানুয়ালি define করতে পারেন, অথবা existing Claude conversation থেকে "Convert to Skill" option use করতে পারেন — যেটা Tausif-এর সবচেয়ে favorite shortcut। Step 2: Name + Description লিখুন Name short + searchable (kebab-case best)। Description-এ specify করুন কখন এই Skill activate হওয়া উচিত — "Use when user asks for Bangla blog outline with 5-7 H2 sections and BD audience"। এই description-ই Claude-এর auto-trigger…
Skills powerful, কিন্তু perfect না। Tausif-এর শেখা lessons: Pro tier required: Free tier-এ Skills unavailable। $20/মাস invest করতে হবে। Description-এর quality matters: Vague description মানে auto-trigger fail। Specific keywords + use case write করুন। Knowledge file size limit: প্রতি Skill-এ ~25MB cap। বড় codebase whole upload করা যাবে না। Skill conflict সম্ভব: দু'টা Skill একই keyword-এ trigger করলে priority confusion। Naming careful রাখুন। Over-engineering trap: প্রতি micro-task-এর জন্য Skill তৈরি করলে library overwhelming। শুধুমাত্র মাসে ৩+ বার repeat হয় এমন workflow-এর জন্য Skill। Periodic audit: ৩ মাসে একবার unused Skills purge করুন। Tausif প্রথমে ২২টা Skill বানিয়েছিলেন, এখন কাজের…
Tausif-এর library থেকে বাছাই করা ছয়টা Skill — প্রতিটার specific use case + measurable time savings সহ। ১. Bangla blog post outliner Trigger: "outline a Bangla blog post on X" বা slash command /bangla-blog-outliner। Output: H1 + ৫-৭টা H2 + প্রতি section-এ ৩টা bullet point + suggested word count + SEO keyword placement। Knowledge file: Tausif-এর personal SEO checklist + BD audience persona doc। Time saved: Per outline ১৫ মিনিট → ২ মিনিট। ২. BD client invoice generator Trigger: /invoice-bd। Input: Client name, project description, hours, rate। Output: Professional invoice (USD), Wise transfer instructions, NBR-friendly format BDT equivalent সহ, payment terms "Net 15"। Knowledge file:…