{"id":403,"date":"2026-08-07T20:39:56","date_gmt":"2026-08-07T15:09:56","guid":{"rendered":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/"},"modified":"2026-08-08T23:47:21","modified_gmt":"2026-08-08T18:17:21","slug":"system-prompts-that-work-make-ai-perfect-coding-partner-2026","status":"publish","type":"post","link":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/","title":{"rendered":"System Prompts That Work: How to Make AI Your Perfect Coding Partner"},"content":{"rendered":"<p><strong>The system prompt is your AI&#8217;s personality and expertise configuration.<\/strong> Without one, you get generic output. With a good one, you get code that matches your project style, catches bugs you&#8217;d miss, and follows your team&#8217;s conventions automatically.<\/p>\n<h2>What Goes in a System Prompt<\/h2>\n<h3>1. Role Definition<\/h3>\n<pre><code>You are a senior full-stack developer specializing in Next.js 14, TypeScript, and Supabase. You write clean, well-typed code with proper error handling. You follow the project's existing patterns.<\/code><\/pre>\n<h3>2. Project Context<\/h3>\n<pre><code>Project: Hackathon platform (similar to Devfolio)\nStack: Next.js 14 (App Router), TypeScript (strict mode), Tailwind CSS, Supabase, shadcn\/ui\nStyle: Functional components, named exports, barrel imports from @\/components\nError handling: try\/catch with typed error responses\nAuth: Supabase Auth with RLS policies<\/code><\/pre>\n<h3>3. Code Style Rules<\/h3>\n<pre><code>Rules:\n- Always use TypeScript with explicit return types\n- Use 'const' for function components: const MyComponent = () => {}\n- Prefer server components unless interactivity needed\n- Use Zod for all input validation\n- Never use 'any' type\n- Always handle loading and error states in UI\n- Use descriptive variable names (not x, temp, data)<\/code><\/pre>\n<h3>4. Response Format<\/h3>\n<pre><code>When writing code:\n- Include the file path as a comment at the top\n- Add brief JSDoc comments for exported functions\n- Don't explain obvious code, only complex logic\n- If a file is long, show only the changed parts with context<\/code><\/pre>\n<h2>Complete System Prompt Template<\/h2>\n<pre><code>You are a senior developer working on [PROJECT DESCRIPTION].\n\nTech stack: [LIST YOUR STACK]\n\nConventions:\n- [Convention 1]\n- [Convention 2]\n- [Convention 3]\n\nWhen generating code:\n- Follow existing patterns in the codebase\n- Include proper TypeScript types\n- Handle errors explicitly\n- Add loading and error states for UI components\n- Use environment variables for secrets (never hardcode)\n- Write code that passes ESLint without warnings\n\nWhen asked to fix bugs:\n- Explain the root cause first (1 sentence)\n- Show the minimal fix\n- Mention any related files that might need changes\n\nDo NOT:\n- Use deprecated APIs\n- Add unnecessary dependencies\n- Write overly clever code\n- Ignore edge cases<\/code><\/pre>\n<h2>System Prompts for Different Tasks<\/h2>\n<h3>Code Review Mode<\/h3>\n<pre><code>You are a code reviewer. Check for:\n1. Security issues (SQL injection, XSS, auth bypass)\n2. Performance problems (N+1 queries, memory leaks)\n3. Type safety (any types, missing null checks)\n4. Error handling gaps\n5. Accessibility issues\nBe direct. If something is fine, say nothing. Only flag issues.<\/code><\/pre>\n<h3>Hackathon Sprint Mode<\/h3>\n<pre><code>You are helping me build a hackathon project. We have 24 hours.\nPrioritize: Working code > perfect code. Ship > polish.\n- Skip tests unless critical path\n- Use the simplest solution that works\n- Hardcode what we can fix later\n- Focus on the demo path (what judges will see)\n- Flag security issues but don't block on them<\/code><\/pre>\n<h3>Documentation Mode<\/h3>\n<pre><code>You are writing technical documentation.\n- Write for developers who are new to this codebase\n- Include code examples for every concept\n- Keep explanations under 3 sentences each\n- Use headers, bullet points, and code blocks\n- Include \"gotchas\" section for non-obvious behavior<\/code><\/pre>\n<h2>Where to Put System Prompts<\/h2>\n<ul>\n<li><strong>Claude:<\/strong> First message in conversation or system field in API<\/li>\n<li><strong>Cursor:<\/strong> .cursorrules file in project root (auto-loaded)<\/li>\n<li><strong>Claude Code:<\/strong> CLAUDE.md file in project root<\/li>\n<li><strong>Custom apps:<\/strong> system parameter in API call<\/li>\n<\/ul>\n<h2>The Impact<\/h2>\n<p>With a system prompt: AI produces code you can merge directly.<\/p>\n<p>Without: AI produces code you spend 20 minutes fixing to match your project.<\/p>\n<p>Time saved per prompt: 5-15 minutes. Over a hackathon: hours.<\/p>\n<p><a href=\"https:\/\/blogs.reskilll.com\/prompt-engineering-developers-write-prompts-production-quality-code-2026\/\">Prompt engineering guide<\/a> | <a href=\"https:\/\/blogs.reskilll.com\/vibe-coding-hackathons-ai-first-teams-shipping-10x-faster-2026\/\">Vibe coding<\/a> | <a href=\"https:\/\/reskilll.com\/allHacks\">Hackathons<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way you like it. Here&#8217;s how to write one.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3],"tags":[],"class_list":["post-403","post","type-post","status-publish","format-standard","hentry","category-hackathons"],"yoast_meta":{"focuskw":"system prompts work make","metadesc":"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...","title":"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog<\/title>\n<meta name=\"description\" content=\"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog\" \/>\n<meta property=\"og:description\" content=\"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Reskilll Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/reskilllofficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-07T15:09:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-08T18:17:21+00:00\" \/>\n<meta name=\"author\" content=\"Reskilll Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:site\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reskilll Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/\"},\"author\":{\"name\":\"Reskilll Team\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\"},\"headline\":\"System Prompts That Work: How to Make AI Your Perfect Coding Partner\",\"datePublished\":\"2026-08-07T15:09:56+00:00\",\"dateModified\":\"2026-08-08T18:17:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/\"},\"wordCount\":163,\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"articleSection\":[\"Hackathons\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/\",\"name\":\"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\"},\"datePublished\":\"2026-08-07T15:09:56+00:00\",\"dateModified\":\"2026-08-08T18:17:21+00:00\",\"description\":\"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.reskilll.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"System Prompts That Work: How to Make AI Your Perfect Coding Partner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"name\":\"Reskilll Blogs\",\"description\":\"Tech, Hackathons &amp; Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.reskilll.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\",\"name\":\"Reskilll\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"contentUrl\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"width\":1642,\"height\":374,\"caption\":\"Reskilll\"},\"image\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/x.com\\\/Reskilll\",\"https:\\\/\\\/www.instagram.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/company\\\/reskilll\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\",\"name\":\"Reskilll Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"caption\":\"Reskilll Team\"},\"sameAs\":[\"https:\\\/\\\/blogs.reskilll.com\"],\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/author\\\/reskilll-1asd-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog","description":"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/","og_locale":"en_US","og_type":"article","og_title":"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog","og_description":"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...","og_url":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/","og_site_name":"Reskilll Blogs","article_publisher":"https:\/\/www.facebook.com\/reskilllofficial\/","article_published_time":"2026-08-07T15:09:56+00:00","article_modified_time":"2026-08-08T18:17:21+00:00","author":"Reskilll Team","twitter_card":"summary_large_image","twitter_creator":"@Reskilll","twitter_site":"@Reskilll","twitter_misc":{"Written by":"Reskilll Team","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/#article","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/"},"author":{"name":"Reskilll Team","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3"},"headline":"System Prompts That Work: How to Make AI Your Perfect Coding Partner","datePublished":"2026-08-07T15:09:56+00:00","dateModified":"2026-08-08T18:17:21+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/"},"wordCount":163,"publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"articleSection":["Hackathons"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/","url":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/","name":"System Prompts That Work: How to Make AI Your Perfect Cod... | Reskilll Blog","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/#website"},"datePublished":"2026-08-07T15:09:56+00:00","dateModified":"2026-08-08T18:17:21+00:00","description":"A good system prompt turns a generic AI into YOUR coding partner &#8211; one that knows your stack, follows your conventions, and writes code the way yo...","breadcrumb":{"@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.reskilll.com\/system-prompts-that-work-make-ai-perfect-coding-partner-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.reskilll.com\/"},{"@type":"ListItem","position":2,"name":"System Prompts That Work: How to Make AI Your Perfect Coding Partner"}]},{"@type":"WebSite","@id":"https:\/\/blogs.reskilll.com\/#website","url":"https:\/\/blogs.reskilll.com\/","name":"Reskilll Blogs","description":"Tech, Hackathons &amp; Innovation","publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.reskilll.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blogs.reskilll.com\/#organization","name":"Reskilll","url":"https:\/\/blogs.reskilll.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/","url":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","contentUrl":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","width":1642,"height":374,"caption":"Reskilll"},"image":{"@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/reskilllofficial\/","https:\/\/x.com\/Reskilll","https:\/\/www.instagram.com\/reskilllofficial\/","https:\/\/in.linkedin.com\/company\/reskilll"]},{"@type":"Person","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3","name":"Reskilll Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","caption":"Reskilll Team"},"sameAs":["https:\/\/blogs.reskilll.com"],"url":"https:\/\/blogs.reskilll.com\/author\/reskilll-1asd-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/comments?post=403"}],"version-history":[{"count":1,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/403\/revisions"}],"predecessor-version":[{"id":406,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/403\/revisions\/406"}],"wp:attachment":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/media?parent=403"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/categories?post=403"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/tags?post=403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}